OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFboTexUniformHandle
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/graphics/
Renderer.h
49
GLuint
mFboTexUniformHandle
;// Frame buffer texture uniform handle
Renderer.cpp
179
mFboTexUniformHandle
= glGetUniformLocation(mFboProgId, "u_Texture");
267
glUniform1i(
mFboTexUniformHandle
, 0);
Completed in 63 milliseconds