Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h146 {"glVertexAttrib2fv", (void*)glVertexAttrib2fv},
Dgl2_client_context.h148 glVertexAttrib2fv_client_proc_t glVertexAttrib2fv; member
Dgl2_client_context.cpp148 glVertexAttrib2fv = (glVertexAttrib2fv_client_proc_t) getProc("glVertexAttrib2fv", userData); in initDispatchByName()
Dgl2_entry.cpp143 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
1280 void glVertexAttrib2fv(GLuint indx, const GLfloat* values) in glVertexAttrib2fv() function
1283 ctx->glVertexAttrib2fv(ctx, indx, values); in glVertexAttrib2fv()
DGL2Encoder.h974 f(glVertexAttrib2fv) \
/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp174 gl->glVertexAttrib2fv( in stateChange()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries14 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
Dgles2_only_dispatch_logging_wrappers.impl50 DISPATCH_DEBUG_LOG("glVertexAttrib2fv(indx:%d, values:%p)", indx, values);
Dgles12tr_internal.entries316 void glVertexAttrib2fv( GLuint indx, const GLfloat* values);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h17 GL_APICALL void GL_APIENTRY glVertexAttrib2fv(GLuint indx, const GLfloat* values);
Dgles2_only_functions.h17 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
Dgles12tr_internal.h318 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h181 glVertexAttrib2fv_server_proc_t glVertexAttrib2fv; member
Dgles2_server_context.cpp148 glVertexAttrib2fv = (glVertexAttrib2fv_server_proc_t) getProc("glVertexAttrib2fv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp303 dispatcher.glVertexAttrib2fv(i, in postLoadRestoreCtx()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib366 #void glVertexAttrib2fv(GLuint indx, GLfloat *values)
367 glVertexAttrib2fv
/hardware/google/gfxstream/include/GLES2/
Dgl2.h661 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h642 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h642 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
Dgl31.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
Dgl31.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h215 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h642 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);

12