/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 101 {"glGenTextures", (void *)glGenTextures},
|
D | gles_dispatch.h | 104 glGenTextures_t glGenTextures; member 376 …t_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glGenTextures = f; re… in set_glGenTextures()
|
D | gles.cpp | 461 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() function 463 getDispatch()->glGenTextures(n, textures); in glGenTextures()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 91 {"glGenTextures", (void*)glGenTextures},
|
D | gl_client_context.h | 93 glGenTextures_client_proc_t glGenTextures; member
|
D | gl_client_context.cpp | 93 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
|
D | gl_entry.cpp | 88 void glGenTextures(GLsizei n, GLuint* textures); 792 void glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() function 796 ctx->glGenTextures(ctx, n, textures); in glGenTextures()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 131 glGenTextures;
|
D | gles3.lds | 153 glGenTextures;
|
D | gles1_wrapper_context.h | 93 glGenTextures_wrapper_proc_t glGenTextures; member
|
D | gles3_wrapper_context.h | 66 glGenTextures_wrapper_proc_t glGenTextures; member
|
D | gles1_wrapper_context.cpp | 93 glGenTextures = (glGenTextures_wrapper_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
|
D | gles3_wrapper_context.cpp | 66 glGenTextures = (glGenTextures_wrapper_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 88 void glGenTextures(GLsizei n, GLuint* textures); 787 void glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() function 790 ctx->glGenTextures( n, textures); in glGenTextures()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 64 {"glGenTextures", (void*)glGenTextures},
|
D | gl2_client_context.h | 66 glGenTextures_client_proc_t glGenTextures; member
|
D | gl2_client_context.cpp | 66 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
|
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 168 s_gles2.glGenTextures(1, texName_out); in createYUVGLTex()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 77 glGenTextures
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 175 glGenTextures(1, &mTexture); in create_texture_dotx()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 89 void glGenTextures(GLsizei n, GLuint *textures);
|
D | gles2_core.entries | 58 void glGenTextures(GLsizei n, GLuint *textures);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 61 glGenTextures
|