/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 180 GR_GL_CALL(fGpu->glInterface(), UniformMatrix3fv(uni.fFSLocation, 1, false, matrix)); 183 GR_GL_CALL(fGpu->glInterface(), UniformMatrix3fv(uni.fVSLocation, 1, false, matrix)); 210 UniformMatrix3fv(uni.fFSLocation, arrayCount, false, matrices)); 214 UniformMatrix3fv(uni.fVSLocation, arrayCount, false, matrices));
|
GrGLAssembleInterface.cpp | 161 GET_PROC(UniformMatrix3fv);
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 180 GR_GL_CALL(fGpu->glInterface(), UniformMatrix3fv(uni.fFSLocation, 1, false, matrix)); 183 GR_GL_CALL(fGpu->glInterface(), UniformMatrix3fv(uni.fVSLocation, 1, false, matrix)); 210 UniformMatrix3fv(uni.fFSLocation, arrayCount, false, matrices)); 214 UniformMatrix3fv(uni.fVSLocation, arrayCount, false, matrices));
|
GrGLAssembleInterface.cpp | 161 GET_PROC(UniformMatrix3fv);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gles_api.py | 415 "UniformMatrix3fv",
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 136 GET_PROC(UniformMatrix3fv);
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 415 "UniformMatrix3fv",
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 136 GET_PROC(UniformMatrix3fv);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 147 #define glUniformMatrix3fv GLES2_GET_FUN(UniformMatrix3fv)
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 132 gl->uniformMatrix3fv = &glUniformMatrix3fv;
|
glwFunctions.inl | 162 glUniformMatrix3fvFunc uniformMatrix3fv;
|
glwInitES20.inl | 132 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv");
|
glwInitES30Direct.inl | 132 gl->uniformMatrix3fv = &glUniformMatrix3fv;
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 132 dst->uniformMatrix3fv = src.uniformMatrix3fv;
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_trace_implementation_impl_autogen.h | [all...] |
gles2_implementation_unittest_autogen.h | [all...] |
gles2_implementation_autogen.h | 436 virtual void UniformMatrix3fv(GLint location,
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8WebGLRenderingContextCustom.cpp | [all...] |
/external/chromium_org/mojo/public/c/gles2/ |
gles2_call_visitor_autogen.h | 492 UniformMatrix3fv,
|
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 450 void (*UniformMatrix3fv)(PP_Resource context,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockWebGraphicsContext3D.h | 217 virtual void uniformMatrix3fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) { }
|
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.hpp | 183 virtual void uniformMatrix3fv (deInt32 location, deInt32 count, deInt32 transpose, const float *value);
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
ppb_opengles2_thunk.cc | [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_impl.cc | 668 DELEGATE_TO_GL_4(uniformMatrix3fv, UniformMatrix3fv, [all...] |