/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
RendererES2.cpp | 139 glUniform2fv(mOffsetUniform, 1, mOffsets + 2*i);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 127 {"glUniform2fv", (void*)glUniform2fv},
|
gl2_client_context.h | 127 glUniform2fv_client_proc_t glUniform2fv;
|
gl2_client_context.cpp | 129 glUniform2fv = (glUniform2fv_client_proc_t) getProc("glUniform2fv", userData);
|
gl2_entry.cpp | 125 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v); 930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) 933 ctx->glUniform2fv(ctx, location, count, v); [all...] |
/external/deqp/framework/egl/ |
egluStaticES20Library.inl | 120 { "glUniform2fv", (deFunctionPtr)glUniform2fv },
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeShaderApiTests.cpp | 574 glUniform2fv(-1, 1, &data[0]); 602 glUniform2fv(vUnif, 1, &data[0]); 635 glUniform2fv(-2, 1, &data[0]); 645 glUniform2fv(-1, 1, &data[0]); 673 glUniform2fv(vUnif, 2, &data[0]); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 157 } else if (0 == strcmp("glUniform2fv", name)) { 158 return (GrGLFuncPtr) glUniform2fv; 351 } else if (0 == strcmp("glUniform2fv", name)) { 352 return (GrGLFuncPtr) glUniform2fv;
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 120 gl->uniform2fv = &glUniform2fv;
|
glwInitES30Direct.inl | 120 gl->uniform2fv = &glUniform2fv;
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_bind_uniform_location_unittest.cc | 205 glUniform2fv(color_a_location, 4, color_a);
|
/external/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 103 functions->fUniform2fv = glUniform2fv;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 135 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsRandomShaderCase.cpp | 320 case 2: glUniform2fv(location, 1, (float*)value.value().getValuePtr()); break;
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 606 #define glUniform2fv GLES2_GET_FUN(Uniform2fv) [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 154 gl->uniform2fv = glUniform2fv;
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 494 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/ui/gl/ |
gl_bindings_skia_in_process.cc | 494 glUniform2fv(location, count, v);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 168 void glUniform2fv (int location, int count, const float* v);
|
/external/mesa3d/include/GLES2/ |
gl2.h | 590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|