OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpTex
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp
209
deUint32
tmpTex
= 0;
216
glGenTextures(1, &
tmpTex
);
217
glBindTexture(GL_TEXTURE_2D,
tmpTex
);
/external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp
281
deUint32
tmpTex
= 0;
291
glGenTextures(1, &
tmpTex
);
292
glBindTexture(GL_TEXTURE_2D,
tmpTex
);
426
deUint32
tmpTex
= 0;
433
glGenTextures(1, &
tmpTex
);
434
glBindTexture(GL_TEXTURE_2D,
tmpTex
);
552
deUint32
tmpTex
= 0;
559
glGenTextures(1, &
tmpTex
);
560
glBindTexture(GL_TEXTURE_2D,
tmpTex
);
676
deUint32
tmpTex
= 0
[
all
...]
Completed in 46 milliseconds