OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FBO_SIZE
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/graphics/
Renderer.cpp
88
static const int
FBO_SIZE
= 128;
146
mFboWidth =
FBO_SIZE
;
147
mFboHeight =
FBO_SIZE
;
/external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp
529
FBO_SIZE
= 512,
645
(tcu::IVec2(
FBO_SIZE
,
FBO_SIZE
));
708
gl.texStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8,
FBO_SIZE
,
FBO_SIZE
);
[
all
...]
Completed in 203 milliseconds