HomeSort by relevance Sort by last modified time
    Searched refs:glUniformMatrix2fv (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES2.cpp 138 glUniformMatrix2fv(mScaleRotUniform, 1, GL_FALSE, mScaleRot + 4*i);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 138 {"glUniformMatrix2fv", (void*)glUniformMatrix2fv},
gl2_client_context.h 138 glUniformMatrix2fv_client_proc_t glUniformMatrix2fv;
    [all...]
gl2_entry.cpp 136 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
    [all...]
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 100 interface->fUniformMatrix2fv = glUniformMatrix2fv;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 112 interface->fUniformMatrix2fv = glUniformMatrix2fv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 112 interface->fUniformMatrix2fv = glUniformMatrix2fv;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 144 #define glUniformMatrix2fv GLES2_GET_FUN(UniformMatrix2fv)
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 384 glUniformMatrix2fv = 358;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 129 void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 136 interface->fUniformMatrix2fv = glUniformMatrix2fv;
349 interface->fUniformMatrix2fv = (GrGLUniformMatrix2fvProc) eglGetProcAddress("glUniformMatrix2fv");
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 136 interface->fUniformMatrix2fv = glUniformMatrix2fv;
349 interface->fUniformMatrix2fv = (GrGLUniformMatrix2fvProc) eglGetProcAddress("glUniformMatrix2fv");
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 617 #define glUniformMatrix2fv GLES2_GET_FUN(UniformMatrix2fv)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 266 void (GL_APIENTRY *GLDispatch::glUniformMatrix2fv)(GLint,GLsizei,GLboolean,const GLfloat*) = NULL;
504 LOAD_GL_FUNC(glUniformMatrix2fv);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 520 glUniformMatrix2fv(location, count, transpose, value);
  /external/mesa3d/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 797 glUniformMatrix2fv(var, n, GL_FALSE, values);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 383 GLES20.glUniformMatrix2fv(uniform.getLocation(), len / 4, false, values, 0);
  /frameworks/native/opengl/include/GLES2/
gl2.h 600 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 798 case GLMessage::glUniformMatrix2fv:
799 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
804 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
    [all...]

Completed in 56 milliseconds

1 2 3 4