HomeSort by relevance Sort by last modified time
    Searched full:uniformmatrix4fv (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 102 void Context::UniformMatrix4fv(GLint location, GLboolean transpose,
146 .SetMethod("uniformMatrix4fv", UniformMatrix4fv)
context.h 50 static void UniformMatrix4fv(GLint location, GLboolean transpose,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDataManager.cpp 222 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix));
225 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix));
257 UniformMatrix4fv(uni.fFSLocation, arrayCount, false, matrices));
261 UniformMatrix4fv(uni.fVSLocation, arrayCount, false, matrices));
GrGLAssembleInterface.cpp 183 GET_PROC(UniformMatrix4fv);
413 GET_PROC(UniformMatrix4fv);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 193 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix));
196 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix));
228 UniformMatrix4fv(uni.fFSLocation, arrayCount, false, matrices));
232 UniformMatrix4fv(uni.fVSLocation, arrayCount, false, matrices));
GrGLAssembleInterface.cpp 162 GET_PROC(UniformMatrix4fv);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 416 "UniformMatrix4fv",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 416 "UniformMatrix4fv",
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 137 GET_PROC(UniformMatrix4fv);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 148 #define glUniformMatrix4fv GLES2_GET_FUN(UniformMatrix4fv)
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 133 gl->uniformMatrix4fv = &glUniformMatrix4fv;
glwFunctions.inl 163 glUniformMatrix4fvFunc uniformMatrix4fv;
glwInitES20.inl 133 gl->uniformMatrix4fv = (glUniformMatrix4fvFunc) loader->get("glUniformMatrix4fv");
glwInitES30Direct.inl 133 gl->uniformMatrix4fv = &glUniformMatrix4fv;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 133 dst->uniformMatrix4fv = src.uniformMatrix4fv;
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WebGLRenderingContextCustom.cpp     [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 497 UniformMatrix4fv,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 217 virtual void uniformMatrix4fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) { }
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 184 virtual void uniformMatrix4fv (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/ppapi/c/
ppb_opengles2.h 501 void (*UniformMatrix4fv)(PP_Resource context,
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 672 DELEGATE_TO_GL_4(uniformMatrix4fv, UniformMatrix4fv,
    [all...]

Completed in 1054 milliseconds

1 2 3 4