/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles31_only_functions.h | 48 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 49 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 50 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 51 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 52 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 53 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 54 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 55 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co… 56 …GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, co…
|
D | gles31_only_static_translator_namespaced_header.h | 48 …iformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 49 …iformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 50 …iformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 51 …ormMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 52 …ormMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 53 …ormMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 54 …ormMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 55 …ormMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 56 …ormMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
|
D | gles3_only_functions.h | 40 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 41 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 42 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 43 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 44 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 45 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, …
|
D | gles2_only_functions.h | 44 …fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (location, count, … 45 …fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (location, count, … 46 …fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (location, count, …
|
D | gles3_only_static_translator_namespaced_header.h | 40 GL_APICALL void GL_APIENTRY glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose… 41 GL_APICALL void GL_APIENTRY glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose… 42 GL_APICALL void GL_APIENTRY glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose… 43 GL_APICALL void GL_APIENTRY glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose… 44 GL_APICALL void GL_APIENTRY glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose… 45 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles31_only_dispatch_logging_wrappers.impl | 189 …LoggingWrapper(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 190 …mMatrix2fv(program:%d, location:%d, count:%d, transpose:%d, value:%p)", program, location, count, … 191 GLDispatch::glProgramUniformMatrix2fv_underlying(program, location, count, transpose, value); 194 …LoggingWrapper(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 195 …mMatrix3fv(program:%d, location:%d, count:%d, transpose:%d, value:%p)", program, location, count, … 196 GLDispatch::glProgramUniformMatrix3fv_underlying(program, location, count, transpose, value); 199 …LoggingWrapper(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 200 …mMatrix4fv(program:%d, location:%d, count:%d, transpose:%d, value:%p)", program, location, count, … 201 GLDispatch::glProgramUniformMatrix4fv_underlying(program, location, count, transpose, value); 204 …LoggingWrapper(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
D | gles31_only.entries | 58 void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, … 59 void glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, … 60 void glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, … 61 void glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose… 62 void glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose… 63 void glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose… 64 void glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose… 65 void glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose… 66 void glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose…
|
D | gles3_only_dispatch_logging_wrappers.impl | 154 void glUniformMatrix2x3fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose… 155 …_LOG("glUniformMatrix2x3fv(location:%d, count:%d, transpose:%d, value:%p)", location, count, trans… 156 GLDispatch::glUniformMatrix2x3fv_underlying(location, count, transpose, value); 159 void glUniformMatrix3x2fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose… 160 …_LOG("glUniformMatrix3x2fv(location:%d, count:%d, transpose:%d, value:%p)", location, count, trans… 161 GLDispatch::glUniformMatrix3x2fv_underlying(location, count, transpose, value); 164 void glUniformMatrix2x4fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose… 165 …_LOG("glUniformMatrix2x4fv(location:%d, count:%d, transpose:%d, value:%p)", location, count, trans… 166 GLDispatch::glUniformMatrix2x4fv_underlying(location, count, transpose, value); 169 void glUniformMatrix4x2fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose… [all …]
|
D | gles2_only_dispatch_logging_wrappers.impl | 184 void glUniformMatrix2fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose, … 185 …UG_LOG("glUniformMatrix2fv(location:%d, count:%d, transpose:%d, value:%p)", location, count, trans… 186 GLDispatch::glUniformMatrix2fv_underlying(location, count, transpose, value); 189 void glUniformMatrix3fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose, … 190 …UG_LOG("glUniformMatrix3fv(location:%d, count:%d, transpose:%d, value:%p)", location, count, trans… 191 GLDispatch::glUniformMatrix3fv_underlying(location, count, transpose, value); 194 void glUniformMatrix4fv_dispatchLoggingWrapper(GLint location, GLsizei count, GLboolean transpose, … 195 …UG_LOG("glUniformMatrix4fv(location:%d, count:%d, transpose:%d, value:%p)", location, count, trans… 196 GLDispatch::glUniformMatrix4fv_underlying(location, count, transpose, value);
|
D | gles3_only.entries | 54 void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 55 void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 56 void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 57 void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 58 void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 59 void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
|
D | gles2_only.entries | 41 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 42 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 43 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 411 …iformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… in glProgramUniformMatrix2fv() argument 419 … ctx->dispatcher().glProgramUniformMatrix2fv(globalProgramName, hostLoc, count, transpose, value); in glProgramUniformMatrix2fv() 423 …iformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… in glProgramUniformMatrix3fv() argument 431 … ctx->dispatcher().glProgramUniformMatrix3fv(globalProgramName, hostLoc, count, transpose, value); in glProgramUniformMatrix3fv() 435 …iformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… in glProgramUniformMatrix4fv() argument 443 … ctx->dispatcher().glProgramUniformMatrix4fv(globalProgramName, hostLoc, count, transpose, value); in glProgramUniformMatrix4fv() 447 …ormMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… in glProgramUniformMatrix2x3fv() argument 455 …ctx->dispatcher().glProgramUniformMatrix2x3fv(globalProgramName, hostLoc, count, transpose, value); in glProgramUniformMatrix2x3fv() 459 …ormMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… in glProgramUniformMatrix3x2fv() argument 467 …ctx->dispatcher().glProgramUniformMatrix3x2fv(globalProgramName, hostLoc, count, transpose, value); in glProgramUniformMatrix3x2fv() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl31.h | 491 …YP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 492 …YP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 493 …YP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 634 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,… 635 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,… 636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,… 993 … PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 994 … PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 995 … PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 996 … PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
D | gl32.h | 491 …YP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 492 …YP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 493 …YP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 634 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,… 635 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,… 636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,… 993 … PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 994 … PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 995 … PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 996 … PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 135 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 136 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 137 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 254 …void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value… 255 …void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value… 256 …void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value… 257 …void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value… 258 …void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value… 259 …void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value… 384 …void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose,… [all …]
|
D | GL2Encoder.h | 373 …static void s_glUniformMatrix2fv(void *self , GLint location, GLsizei count, GLboolean transpose, … 374 …static void s_glUniformMatrix3fv(void *self , GLint location, GLsizei count, GLboolean transpose, … 375 …static void s_glUniformMatrix4fv(void *self , GLint location, GLsizei count, GLboolean transpose, … 572 …UniformMatrix2x3fv(void* self, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 573 …UniformMatrix3x2fv(void* self, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 574 …UniformMatrix2x4fv(void* self, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 575 …UniformMatrix4x2fv(void* self, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 576 …UniformMatrix3x4fv(void* self, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 577 …UniformMatrix4x3fv(void* self, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 765 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 1057 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1058 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1059 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1060 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1061 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1062 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1063 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1064 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou… 1065 …GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (program, location, cou…
|
D | GLESv2Decoder.h | 238 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 239 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 240 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 241 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 242 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 243 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 244 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 245 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 246 …fv(void* self, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl32.h | 491 …YP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 492 …YP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 493 …YP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 634 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,… 635 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,… 636 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,… 993 … PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 994 … PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 995 … PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 996 … PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
D | gl31.h | 504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,… 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,… 506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,… 846 …APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 847 …APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 848 …APIENTRY glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 849 …APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 850 …APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 851 …APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1153 …formMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,… 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,… 506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,… 846 …APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 847 …APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 848 …APIENTRY glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 849 …APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 850 …APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 851 …APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1153 …formMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 242 …fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (location, count, … 243 …fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (location, count, … 244 …fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value), (location, count, … 316 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 317 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 318 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 319 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 320 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, … 321 …v, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, …
|
/hardware/interfaces/tests/bar/1.0/default/ |
D | Bar.cpp | 106 Return<void> Bar::transpose(const StringMatrix5x3 &in, transpose_cb _hidl_cb) { in transpose() function in android::hardware::tests::bar::V1_0::implementation::Bar 107 return mFoo->transpose(in, _hidl_cb); in transpose()
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 825 …YP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 826 …YP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 827 …YP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 919 GLAPI void APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const G… 920 GLAPI void APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const G… 921 GLAPI void APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const G… 981 … PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 982 … PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 983 … PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 984 … PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 808 …YP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 809 …YP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 810 …YP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 902 GLAPI void APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const G… 903 GLAPI void APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const G… 904 GLAPI void APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const G… 964 … PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 965 … PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 966 … PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 967 … PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|