/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 149 {"glVertexAttrib4f", (void*)glVertexAttrib4f},
|
D | gl2_client_context.h | 151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member
|
D | gl2_client_context.cpp | 151 glVertexAttrib4f = (glVertexAttrib4f_client_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 146 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); 1298 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glVertexAttrib4f() function 1301 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w); in glVertexAttrib4f()
|
D | GL2Encoder.h | 972 f(glVertexAttrib4f) \
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 17 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
D | gles2_only_dispatch_logging_wrappers.impl | 65 DISPATCH_DEBUG_LOG("glVertexAttrib4f(indx:%d, x:%f, y:%f, z:%f, w:%f)", indx, x, y, z, w);
|
D | gles12tr_internal.entries | 319 void glVertexAttrib4f( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 20 GL_APICALL void GL_APIENTRY glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat …
|
D | gles2_only_functions.h | 20 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
|
D | gles12tr_internal.h | 321 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 184 glVertexAttrib4f_server_proc_t glVertexAttrib4f; member
|
D | gles2_server_context.cpp | 151 glVertexAttrib4f = (glVertexAttrib4f_server_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 664 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
D | gl31.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
D | gl31.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 218 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
D | gl31.h | 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 143 GL_ENTRY(void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 4189 GL_APICALL void GL_APIENTRY glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa… in glVertexAttrib4f() function 4192 ctx->dispatcher().glVertexAttrib4f(index,x,y,z,w); in glVertexAttrib4f()
|