Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h147 {"glVertexAttrib3f", (void*)glVertexAttrib3f},
Dgl2_client_context.h149 glVertexAttrib3f_client_proc_t glVertexAttrib3f; member
Dgl2_client_context.cpp149 glVertexAttrib3f = (glVertexAttrib3f_client_proc_t) getProc("glVertexAttrib3f", userData); in initDispatchByName()
Dgl2_entry.cpp144 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
1286 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) in glVertexAttrib3f() function
1289 ctx->glVertexAttrib3f(ctx, indx, x, y, z); in glVertexAttrib3f()
DGL2Encoder.h971 f(glVertexAttrib3f) \
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries15 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
Dgles2_only_dispatch_logging_wrappers.impl55 DISPATCH_DEBUG_LOG("glVertexAttrib3f(indx:%d, x:%f, y:%f, z:%f)", indx, x, y, z);
Dgles12tr_internal.entries317 void glVertexAttrib3f( GLuint indx, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h18 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
Dgles2_only_functions.h18 X(void, glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z)) \
Dgles12tr_internal.h319 X(void, glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h182 glVertexAttrib3f_server_proc_t glVertexAttrib3f; member
Dgles2_server_context.cpp149 glVertexAttrib3f = (glVertexAttrib3f_server_proc_t) getProc("glVertexAttrib3f", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h662 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
Dgl31.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
Dgl31.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h216 X(void, glVertexAttrib3f, (GLuint indx, GLfloat x, GLfloat y, GLfloat z), (indx, x, y, z)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
Dgl31.h643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in141 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4170 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z){ in glVertexAttrib3f() function
4173 ctx->dispatcher().glVertexAttrib3f(index,x,y,z); in glVertexAttrib3f()

12