Searched refs:glGenTransformFeedbacks (Results 1 – 15 of 15) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 277 {"glGenTransformFeedbacks", (void*)glGenTransformFeedbacks},
|
D | gl2_client_context.h | 307 glGenTransformFeedbacks_client_proc_t glGenTransformFeedbacks; member
|
D | gl2_client_context.cpp | 307 …glGenTransformFeedbacks = (glGenTransformFeedbacks_client_proc_t) getProc("glGenTransformFeedbacks… in initDispatchByName()
|
D | gl2_entry.cpp | 302 void glGenTransformFeedbacks(GLsizei n, GLuint* ids); 2227 void glGenTransformFeedbacks(GLsizei n, GLuint* ids) in glGenTransformFeedbacks() function 2231 ctx->glGenTransformFeedbacks(ctx, n, ids); in glGenTransformFeedbacks()
|
D | gl2_enc.cpp | 11786 this->glGenTransformFeedbacks = &glGenTransformFeedbacks_enc; in gl2_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3.lds | 154 glGenTransformFeedbacks;
|
D | gles3_wrapper_context.h | 307 glGenTransformFeedbacks_wrapper_proc_t glGenTransformFeedbacks; member
|
D | gles3_wrapper_context.cpp | 307 …glGenTransformFeedbacks = (glGenTransformFeedbacks_wrapper_proc_t) getProc("glGenTransformFeedback… in initDispatchByName()
|
D | gles3_wrapper_entry.cpp | 302 void glGenTransformFeedbacks(GLsizei n, GLuint* ids); 2191 void glGenTransformFeedbacks(GLsizei n, GLuint* ids) in glGenTransformFeedbacks() function 2194 ctx->glGenTransformFeedbacks( n, ids); in glGenTransformFeedbacks()
|
D | gles3.in | 396 GL_ENTRY(void, glGenTransformFeedbacks, GLsizei n, GLuint *ids)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 100 void glGenTransformFeedbacks(GLsizei n, GLuint *ids);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 695 glGenTransformFeedbacks
|
D | gles3.in | 396 GL_ENTRY(void, glGenTransformFeedbacks, GLsizei n, GLuint *ids)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
D | gl31.h | 921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|