OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binaryBuf
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp
427
std::vector<deUint8>
binaryBuf
;
436
binaryBuf
.resize(bufSize);
437
glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &
binaryBuf
[0]);
441
glProgramBinary (dummyShader, binaryFormat, &
binaryBuf
[0], binaryLength);
446
glProgramBinary (dstProgram, -1, &
binaryBuf
[0], binaryLength);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp
445
std::vector<deUint8>
binaryBuf
;
454
binaryBuf
.resize(bufSize);
455
ctx.glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &
binaryBuf
[0]);
459
ctx.glProgramBinary (dummyShader, binaryFormat, &
binaryBuf
[0], binaryLength);
464
ctx.glProgramBinary (dstProgram, -1, &
binaryBuf
[0], binaryLength);
[
all
...]
Completed in 79 milliseconds