OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstProgram
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp
423
GLuint
dstProgram
= glCreateProgram();
446
glProgramBinary (
dstProgram
, -1, &binaryBuf[0], binaryLength);
451
glDeleteProgram(
dstProgram
);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp
441
GLuint
dstProgram
= ctx.glCreateProgram();
464
ctx.glProgramBinary (
dstProgram
, -1, &binaryBuf[0], binaryLength);
469
ctx.glDeleteProgram(
dstProgram
);
[
all
...]
Completed in 106 milliseconds