Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h144 {"glVertexAttrib1fv", (void*)glVertexAttrib1fv},
Dgl2_client_context.h146 glVertexAttrib1fv_client_proc_t glVertexAttrib1fv; member
Dgl2_client_context.cpp146 glVertexAttrib1fv = (glVertexAttrib1fv_client_proc_t) getProc("glVertexAttrib1fv", userData); in initDispatchByName()
Dgl2_entry.cpp141 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
1268 void glVertexAttrib1fv(GLuint indx, const GLfloat* values) in glVertexAttrib1fv() function
1271 ctx->glVertexAttrib1fv(ctx, indx, values); in glVertexAttrib1fv()
DGL2Encoder.h973 f(glVertexAttrib1fv) \
/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp170 gl->glVertexAttrib1fv( in stateChange()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries12 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
Dgles2_only_dispatch_logging_wrappers.impl40 DISPATCH_DEBUG_LOG("glVertexAttrib1fv(indx:%d, values:%p)", indx, values);
Dgles12tr_internal.entries314 void glVertexAttrib1fv( GLuint indx, const GLfloat* values);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h15 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values);
Dgles2_only_functions.h15 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
Dgles12tr_internal.h316 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h179 glVertexAttrib1fv_server_proc_t glVertexAttrib1fv; member
Dgles2_server_context.cpp146 glVertexAttrib1fv = (glVertexAttrib1fv_server_proc_t) getProc("glVertexAttrib1fv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp299 dispatcher.glVertexAttrib1fv(i, in postLoadRestoreCtx()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib363 #void glVertexAttrib1fv(GLuint indx, GLfloat *values)
364 glVertexAttrib1fv
/hardware/google/gfxstream/include/GLES2/
Dgl2.h659 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h640 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h640 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
Dgl31.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
Dgl31.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h213 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h640 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);

12