Searched refs:genTexture (Results 1 – 7 of 7) sorted by relevance
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 116 mTextureIds.push_back(GLUtils::genTexture(mWidth, mHeight, 0)); // fbo in setUpTextures() 117 mTextureIds.push_back(GLUtils::genTexture(mWidth, mHeight, 0)); // tmp1 in setUpTextures() 118 mTextureIds.push_back(GLUtils::genTexture(mWidth, mHeight, 0)); // tmp2 in setUpTextures()
|
/cts/tests/openglperf2/jni/graphics/ |
D | GLUtils.h | 43 static GLuint genTexture(int texWidth, int texHeight, int fill);
|
D | Renderer.cpp | 159 mFboTexId = GLUtils::genTexture(mFboWidth, mFboHeight, 0); in setUp()
|
D | GLUtils.cpp | 212 GLuint GLUtils::genTexture(int texWidth, int texHeight, int fill) { in genTexture() function in GLUtils
|
/cts/tests/openglperf2/jni/primitive/pixeloutput/ |
D | PixelOutputRenderer.cpp | 75 mTextureId = GLUtils::genTexture(mWidth, mHeight, GLUtils::RANDOM_FILL); in setUp()
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 145 mTextureId = GLUtils::genTexture(mWidth, mHeight, GLUtils::RANDOM_FILL); in setUp()
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
D | ContextSwitchRenderer.cpp | 89 mTextureId = GLUtils::genTexture(CS_TEXTURE_SIZE, CS_TEXTURE_SIZE, GLUtils::RANDOM_FILL); in setUp()
|