Home
last modified time | relevance | path

Searched refs:glVertexAttrib4f (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h149 {"glVertexAttrib4f", (void*)glVertexAttrib4f},
Dgl2_client_context.h151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member
Dgl2_client_context.cpp151 glVertexAttrib4f = (glVertexAttrib4f_client_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
Dgl2_entry.cpp146 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()
DGL2Encoder.h972 f(glVertexAttrib4f) \
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries17 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
Dgles2_only_dispatch_logging_wrappers.impl65 DISPATCH_DEBUG_LOG("glVertexAttrib4f(indx:%d, x:%f, y:%f, z:%f, w:%f)", indx, x, y, z, w);
Dgles12tr_internal.entries319 void glVertexAttrib4f( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h20 GL_APICALL void GL_APIENTRY glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat …
Dgles2_only_functions.h20 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
Dgles12tr_internal.h321 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h184 glVertexAttrib4f_server_proc_t glVertexAttrib4f; member
Dgles2_server_context.cpp151 glVertexAttrib4f = (glVertexAttrib4f_server_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h664 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl31.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl31.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h218 …X(void, glVertexAttrib4f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (indx, x, y, …
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl31.h645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in143 GL_ENTRY(void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4189 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()

12