Home
last modified time | relevance | path

Searched defs:textureId (Results 1 – 4 of 4) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DTexturedMeshNode.cpp17 TexturedMeshNode::TexturedMeshNode(const Mesh* mesh, const GLuint textureId) : in TexturedMeshNode()
DPerspectiveMeshNode.cpp19 PerspectiveMeshNode::PerspectiveMeshNode(const Mesh* mesh, const GLuint textureId) : in PerspectiveMeshNode()
DGLUtils.cpp61 GLuint textureId = 0; in loadTexture() local
213 GLuint textureId = 0; in genTexture() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java351 int[] textureId = new int[1]; in createTexture2D() local