Home
last modified time | relevance | path

Searched refs:glVertexAttrib4fv (Results 1 – 25 of 38) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h150 {"glVertexAttrib4fv", (void*)glVertexAttrib4fv},
Dgl2_client_context.h152 glVertexAttrib4fv_client_proc_t glVertexAttrib4fv; member
Dgl2_client_context.cpp152 glVertexAttrib4fv = (glVertexAttrib4fv_client_proc_t) getProc("glVertexAttrib4fv", userData); in initDispatchByName()
Dgl2_entry.cpp147 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
1304 void glVertexAttrib4fv(GLuint indx, const GLfloat* values) in glVertexAttrib4fv() function
1307 ctx->glVertexAttrib4fv(ctx, indx, values); in glVertexAttrib4fv()
DGL2Encoder.h976 f(glVertexAttrib4fv) \
/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp182 gl->glVertexAttrib4fv( in stateChange()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries18 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
Dgles2_only_dispatch_logging_wrappers.impl70 DISPATCH_DEBUG_LOG("glVertexAttrib4fv(indx:%d, values:%p)", indx, values);
Dgles12tr_internal.entries320 void glVertexAttrib4fv( GLuint indx, const GLfloat* values);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h21 GL_APICALL void GL_APIENTRY glVertexAttrib4fv(GLuint indx, const GLfloat* values);
Dgles2_only_functions.h21 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
Dgles12tr_internal.h322 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h185 glVertexAttrib4fv_server_proc_t glVertexAttrib4fv; member
Dgles2_server_context.cpp152 glVertexAttrib4fv = (glVertexAttrib4fv_server_proc_t) getProc("glVertexAttrib4fv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp311 dispatcher.glVertexAttrib4fv(i, in postLoadRestoreCtx()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib374 #void glVertexAttrib4fv(GLuint indx, GLfloat *values)
375 glVertexAttrib4fv
/hardware/google/gfxstream/include/GLES2/
Dgl2.h665 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h646 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h646 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
Dgl31.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
Dgl31.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h219 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h646 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);

12