HomeSort by relevance Sort by last modified time
    Searched defs:ProgramBinary (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache_unittest.cc 51 void ProgramBinary(GLuint program,
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/
ProgramBinary.h 78 // This is the result of linking a program. It is the state that would be passed to ProgramBinary.
79 class ProgramBinary : public RefCountObject
82 explicit ProgramBinary(rx::Renderer *renderer);
83 ~ProgramBinary();
178 DISALLOW_COPY_AND_ASSIGN(ProgramBinary);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 1081 struct ProgramBinary
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 binary
    [all...]

Completed in 719 milliseconds