Home
last modified time | relevance | path

Searched defs:normalHandle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DHandleAllocator_unittest.cpp63 GLuint normalHandle = allocator.allocate(); in TEST() local
104 GLuint normalHandle = allocator.allocate(); in TEST() local
117 GLuint normalHandle = allocator.allocate(); in TEST() local
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DPerspectiveMeshNode.cpp28 int normalHandle = glGetAttribLocation(prog.mProgramId, "a_Normal"); in before() local