Home
last modified time | relevance | path

Searched refs:glGenTextures (Results 1 – 25 of 35) sorted by relevance

12

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h101 {"glGenTextures", (void *)glGenTextures},
Dgles_dispatch.h104 glGenTextures_t glGenTextures; member
376 …t_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glGenTextures = f; re… in set_glGenTextures()
Dgles.cpp461 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() function
463 getDispatch()->glGenTextures(n, textures); in glGenTextures()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h91 {"glGenTextures", (void*)glGenTextures},
Dgl_client_context.h93 glGenTextures_client_proc_t glGenTextures; member
Dgl_client_context.cpp93 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgl_entry.cpp88 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/
Dgles1.lds131 glGenTextures;
Dgles3.lds153 glGenTextures;
Dgles1_wrapper_context.h93 glGenTextures_wrapper_proc_t glGenTextures; member
Dgles3_wrapper_context.h66 glGenTextures_wrapper_proc_t glGenTextures; member
Dgles1_wrapper_context.cpp93 glGenTextures = (glGenTextures_wrapper_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgles3_wrapper_context.cpp66 glGenTextures = (glGenTextures_wrapper_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp88 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/
Dgl2_ftable.h64 {"glGenTextures", (void*)glGenTextures},
Dgl2_client_context.h66 glGenTextures_client_proc_t glGenTextures; member
Dgl2_client_context.cpp66 glGenTextures = (glGenTextures_client_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp168 s_gles2.glGenTextures(1, texName_out); in createYUVGLTex()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib77 glGenTextures
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp175 glGenTextures(1, &mTexture); in create_texture_dotx()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries89 void glGenTextures(GLsizei n, GLuint *textures);
Dgles2_core.entries58 void glGenTextures(GLsizei n, GLuint *textures);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib61 glGenTextures

12