OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fboTex
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp
1002
deUint32
fboTex
= 2;
1003
context.bindTexture(GL_TEXTURE_2D,
fboTex
);
[
all
...]
es3fFramebufferBlitTests.cpp
763
deUint32
fboTex
= 0;
776
glGenTextures(1, &
fboTex
);
778
glBindTexture(GL_TEXTURE_2D,
fboTex
);
786
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
fboTex
, 0);
[
all
...]
Completed in 53 milliseconds