Searched
full:glgetuniformlocation (Results
376 -
400 of
659) sorted by null
<<11121314151617181920>>
/external/deqp/modules/gles3/functional/ |
es3fRasterizerDiscardTests.cpp | 250 deUint32 colorUnif = glGetUniformLocation(m_program->getProgram(), "u_color");
|
es3fUniformApiTests.cpp | [all...] |
/external/swiftshader/src/OpenGL/libGLESv2/ |
libGLESv2.hpp | 140 int (*glGetUniformLocation)(GLuint program, const GLchar* name);
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
OGLES2HelloAPI_Windows.cpp | 457 int i32Location = glGetUniformLocation(uiProgramObject, "myPMVMatrix");
|
/frameworks/base/libs/hwui/debug/ |
gles_undefine.h | 459 #undef glGetUniformLocation
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 135 handle = GLES20.glGetUniformLocation(program, mName);
|
/prebuilts/misc/windows/sdl2/test/ |
testgles2.c | 609 data->attr_mvp = GL_CHECK(ctx.glGetUniformLocation(data->shader_program, "mvp"));
|
/external/mesa3d/src/mesa/main/ |
uniforms.c | 908 "glGetUniformLocation"); 919 "glGetUniformLocation(program not linked)"); [all...] |
shader_query.cpp | 687 * to glGetUniformLocation (and related APIs), so there shouldn't be any 835 * glGetUniformLocation [all...] |
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 385 ProgramVar uniform_id = glGetUniformLocation(program_, &name[0]); 668 return glGetUniformLocation(program_, name.c_str()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/mesa/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/external/deqp/modules/gles2/functional/ |
es2fUniformApiTests.cpp | 868 // Get uniform values with glGetUniform*() and put to valuesDst. Uniforms that get -1 from glGetUniformLocation() get glu::TYPE_INVALID. [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES20.java | [all...] |
/frameworks/native/opengl/libs/GLES2/ |
gl2_api.in | 229 GLint API_ENTRY(glGetUniformLocation)(GLuint program, const GLchar *name) { 230 CALL_GL_API_RETURN(glGetUniformLocation, program, name); [all...] |
/development/ndk/platforms/android-21/include/GLES2/ |
gl2.h | 453 GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
|
/development/ndk/platforms/android-9/include/GLES2/ |
gl2.h | 550 GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar* name);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
gl2.h | 453 GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
|
/external/deqp/doc/ |
GLES3 Negative API Functions.txt | 211 o glGetUniformLocation (GLuint program, const GLchar* name);
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES31.inl | 159 gl->getUniformLocation = (glGetUniformLocationFunc) loader->get("glGetUniformLocation");
|
glwInitES32.inl | 184 gl->getUniformLocation = (glGetUniformLocationFunc) loader->get("glGetUniformLocation"); [all...] |
glwInitGL31.inl | 142 gl->getUniformLocation = (glGetUniformLocationFunc) loader->get("glGetUniformLocation");
|
glwInitGL32.inl | 154 gl->getUniformLocation = (glGetUniformLocationFunc) loader->get("glGetUniformLocation");
|
glwInitGL33.inl | 165 gl->getUniformLocation = (glGetUniformLocationFunc) loader->get("glGetUniformLocation");
|
Completed in 364 milliseconds
<<11121314151617181920>>