Home
last modified time | relevance | path

Searched refs:GenTextures (Results 1 – 13 of 13) sorted by relevance

/external/skia/tests/
DTextureStorageAllocator.cpp30 GR_GL_CALL(allocator->m_gl, GenTextures(1, &id)); in allocateTextureStorage()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp165 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skia/bench/
DGLBench.cpp112 GR_GL_CALL(gl, GenTextures(1, &texture)); in SetupFramebuffer()
/external/skia/src/gpu/gl/
DSkGLContext.cpp173 GR_GL_CALL(fGL, GenTextures(1, &id)); in createTextureRectangle()
DGrGLAssembleInterface.cpp185 GET_PROC(GenTextures); in GrGLAssembleGLInterface()
607 GET_PROC(GenTextures); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp1327 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/
Drectangletexture.cpp90 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp526 PFNGENTEXTURESPROC GenTextures; variable
1139 GenTextures = (PFNGENTEXTURESPROC)IntGetProcAddress("glGenTextures"); in Switch_GenTextures()
1140 GenTextures(n, textures); in Switch_GenTextures()
2514 GenTextures = Switch_GenTextures; in InitializeVariables()
Dopengl.cpp882 gl::GenTextures(1, &texId_); in Impl()
Dgl_core_3_1.hpp1129 extern void (CODEGEN_FUNCPTR *GenTextures)(GLsizei n, GLuint *textures);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp894 { "glGenTextures", _O(GenTextures) },
/external/mesa3d/include/GL/
Dgl_mangle.h575 #define glGenTextures MANGLE(GenTextures)