HomeSort by relevance Sort by last modified time
    Searched defs:glUniform2fv (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 191 void (*glUniform2fv)(GLint location, GLsizei count, const GLfloat* v);
entry_points.cpp 813 GL_APICALL void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 129 glUniform2fv_client_proc_t glUniform2fv;
gl2_entry.cpp 124 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles3_wrapper_context.h 129 glUniform2fv_wrapper_proc_t glUniform2fv;
gles3_wrapper_entry.cpp 124 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 4691 milliseconds