Searched refs:GenTextures (Results 1 – 13 of 13) sorted by relevance
/external/skia/tests/ |
D | TextureStorageAllocator.cpp | 30 GR_GL_CALL(allocator->m_gl, GenTextures(1, &id)); in allocateTextureStorage()
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 165 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/skia/bench/ |
D | GLBench.cpp | 112 GR_GL_CALL(gl, GenTextures(1, &texture)); in SetupFramebuffer()
|
/external/skia/src/gpu/gl/ |
D | SkGLContext.cpp | 173 GR_GL_CALL(fGL, GenTextures(1, &id)); in createTextureRectangle()
|
D | GrGLAssembleInterface.cpp | 185 GET_PROC(GenTextures); in GrGLAssembleGLInterface() 607 GET_PROC(GenTextures); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 1327 GL_CALL(GenTextures(1, &idDesc.fInfo.fID)); in onCreateCompressedTexture() 1411 GL_CALL(GenTextures(1, &colorID)); in getCompatibleStencilIndex() 1534 GL_CALL(GenTextures(1, &(info->fID))); in createTextureImpl() 3875 GL_CALL(GenTextures(1, &info->fID)); in createTestingOnlyBackendTexture()
|
/external/skia/gm/ |
D | rectangletexture.cpp | 90 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 526 PFNGENTEXTURESPROC GenTextures; variable 1139 GenTextures = (PFNGENTEXTURESPROC)IntGetProcAddress("glGenTextures"); in Switch_GenTextures() 1140 GenTextures(n, textures); in Switch_GenTextures() 2514 GenTextures = Switch_GenTextures; in InitializeVariables()
|
D | opengl.cpp | 882 gl::GenTextures(1, &texId_); in Impl()
|
D | gl_core_3_1.hpp | 1129 extern void (CODEGEN_FUNCPTR *GenTextures)(GLsizei n, GLuint *textures);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 894 { "glGenTextures", _O(GenTextures) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 575 #define glGenTextures MANGLE(GenTextures)
|