/frameworks/native/opengl/tests/gl_perf/ |
filltest.cpp | 41 genTextures();
|
fill_common.cpp | 239 void genTextures() {
|
/external/deqp/framework/opengl/ |
gluTexture.cpp | 59 gl.genTextures(1, &m_glTexture); 70 gl.genTextures(1, &m_glTexture); 113 gl.genTextures(1, &m_glTexture); 125 gl.genTextures(1, &m_glTexture); 141 gl.genTextures(1, &m_glTexture); 302 gl.genTextures(1, &m_glTexture); 324 gl.genTextures(1, &m_glTexture); 336 gl.genTextures(1, &m_glTexture); 448 gl.genTextures(1, &m_glTexture); 459 gl.genTextures(1, &m_glTexture) [all...] |
gluObjectWrapper.cpp | 73 { "texture", &glw::Functions::genTextures, &glw::Functions::deleteTextures },
|
gluES3PlusWrapperFuncs.inl | 103 dst->genTextures = src.genTextures;
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 83 'GenTextures', 340 "GenTextures",
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
gl_code.cpp | 72 genTextures();
|
/external/skia/bench/ |
GLBench.cpp | 112 GR_GL_CALL(gl, GenTextures(1, &texture));
|
/external/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 165 GR_GL_CALL(this->gl(), GenTextures(1, &texID));
|
/external/skia/tests/ |
TextureStorageAllocator.cpp | 30 GR_GL_CALL(allocator->m_gl, GenTextures(1, &id));
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 58 gl->genTextures = &glGenTextures;
|
glwInitES20.inl | 58 gl->genTextures = (glGenTexturesFunc) loader->get("glGenTextures");
|
glwFunctions.inl | 186 glGenTexturesFunc genTextures; [all...] |
glwInitES30Direct.inl | 91 gl->genTextures = &glGenTextures;
|
/external/skia/gm/ |
rectangletexture.cpp | 90 GR_GL_CALL(gl, GenTextures(1, &id));
|
/external/skia/include/gpu/gl/ |
SkGLContext.h | 136 * SK_GL(glCtx, GenTextures(1, &texID));
|
/external/skia/src/gpu/gl/ |
SkGLContext.cpp | 173 GR_GL_CALL(fGL, GenTextures(1, &id));
|
GrGLAssembleInterface.cpp | 185 GET_PROC(GenTextures); 607 GET_PROC(GenTextures); [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.h | 78 void genTextures(size_t count, uint32_t* names);
|
/external/deqp/modules/glshared/ |
glsSamplerObjectTest.cpp | 387 gl.genTextures(1, &texture); 413 gl.genTextures(1, &texture); 883 gl.genTextures(1, &texture); 922 gl.genTextures(1, &texture) [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 76 m_curCtx->genTextures(numTextures, textures);
|
sglrGLContext.hpp | 65 virtual void genTextures (int numTextures, deUint32* textures);
|
sglrContext.hpp | 53 virtual void genTextures (int numTextures, deUint32* textures) = DE_NULL;
|
/external/deqp/modules/gles31/functional/ |
es31fMultisampleShaderRenderCase.cpp | 178 gl.genTextures(1, &m_fboTexture); 248 gl.genTextures(1, &m_resolveFboTexture);
|
/external/mesa3d/src/mesa/main/ |
APIspec.xml | 729 <template name="GenTextures" direction="get"> [all...] |