HomeSort by relevance Sort by last modified time
    Searched refs:mTmpTexId1 (Results 1 - 2 of 2) sorted by null

  /cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.cpp 19 MeshNode(mesh), mFboTexId(fboTexId), mTmpTexId1(tmpTexId1), mTmpTexId2(tmpTexId2),
35 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, mTmpTexId1, 0);
47 glBindTexture(GL_TEXTURE_2D, mTmpTexId1);
BlurMeshNode.h 31 const GLuint mTmpTexId1;

Completed in 188 milliseconds