Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h148 {"glVertexAttrib3fv", (void*)glVertexAttrib3fv},
Dgl2_client_context.h150 glVertexAttrib3fv_client_proc_t glVertexAttrib3fv; member
Dgl2_client_context.cpp150 glVertexAttrib3fv = (glVertexAttrib3fv_client_proc_t) getProc("glVertexAttrib3fv", userData); in initDispatchByName()
Dgl2_entry.cpp145 void glVertexAttrib3fv(GLuint indx, const GLfloat* values);
1292 void glVertexAttrib3fv(GLuint indx, const GLfloat* values) in glVertexAttrib3fv() function
1295 ctx->glVertexAttrib3fv(ctx, indx, values); in glVertexAttrib3fv()
DGL2Encoder.h975 f(glVertexAttrib3fv) \
/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp178 gl->glVertexAttrib3fv( in stateChange()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries16 void glVertexAttrib3fv(GLuint indx, const GLfloat* values);
Dgles2_only_dispatch_logging_wrappers.impl60 DISPATCH_DEBUG_LOG("glVertexAttrib3fv(indx:%d, values:%p)", indx, values);
Dgles12tr_internal.entries318 void glVertexAttrib3fv( GLuint indx, const GLfloat* values);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h19 GL_APICALL void GL_APIENTRY glVertexAttrib3fv(GLuint indx, const GLfloat* values);
Dgles2_only_functions.h19 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
Dgles12tr_internal.h320 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h183 glVertexAttrib3fv_server_proc_t glVertexAttrib3fv; member
Dgles2_server_context.cpp150 glVertexAttrib3fv = (glVertexAttrib3fv_server_proc_t) getProc("glVertexAttrib3fv", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp307 dispatcher.glVertexAttrib3fv(i, in postLoadRestoreCtx()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib370 #void glVertexAttrib3fv(GLuint indx, GLfloat *values)
371 glVertexAttrib3fv
/hardware/google/gfxstream/include/GLES2/
Dgl2.h663 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h644 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h644 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
Dgl31.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
Dgl31.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h217 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h644 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);

12