Searched defs:ProgramBinary (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache_unittest.cc52 void ProgramBinary(GLuint program, function in class:gpu::gles2::ProgramBinaryEmulator
155 ProgramBinary(program_id,
159 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::ProgramBinary));
169 ProgramBinary(program_id,
173 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::ProgramBinary));
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.h94 // This is the result of linking a program. It is the state that would be passed to ProgramBinary.
95 class ProgramBinary : public RefCountObject class in namespace:gl
98 explicit ProgramBinary(rx::ProgramImpl *impl);
99 ~ProgramBinary();
200 DISALLOW_COPY_AND_ASSIGN(ProgramBinary);
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1081 struct ProgramBinary struct in namespace:deqp::gles3::Functional::__anon20047
1087 bool programBinariesEqual (const ProgramBinary& first, const ProgramBinary& second)
1108 void getProgramBinary (ProgramBinary& out, GLuint program);
1109 void loadProgramBinary (ProgramBinary& binary, GLuint program);
1111 void verifyProgramBinary (ProgramBinary& binary);
1152 void ProgramBinaryCase::getProgramBinary (ProgramBinary& out, GLuint program)
1173 void ProgramBinaryCase::loadProgramBinary (ProgramBinary& binary, GLuint program)
1179 void ProgramBinaryCase::verifyProgramBinary (ProgramBinary& binary)
1242 ProgramBinary binar
[all...]

Completed in 181 milliseconds