Home
last modified time | relevance | path

Searched defs:ProgramBinary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp47 class ProgramBinary class
H A DvkPrograms.cpp65 ProgramBinary::ProgramBinary(ProgramFormat format, size_t binarySize, const uint8_t *binary) in ProgramBinary() function in vk::ProgramBinary
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1105 struct ProgramBinary struct
1107 GLenum format;
1108 std::vector<uint8_t> data;
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DProgramPipelineTest.cpp1658 TEST_P(ProgramPipelineTest31, ProgramBinary) in TEST_P() argument