Home
last modified time | relevance | path

Searched refs:createTextures (Results 1 – 17 of 17) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp304 void createTextures();
491 void BaseTest::createTextures() in createTextures() function in glcts::BaseTest
1299 createTextures(); in iterate()
1590 createTextures(); in iterate()
1648 createTextures(); in iterate()
1692 createTextures(); in iterate()
1787 createTextures(); in iterate()
1960 createTextures(); in iterate()
2112 createTextures(); in iterate()
2187 createTextures(); in iterate()
[all …]
DglcKHRDebugTests.cpp1067 gl->createTextures(GL_TEXTURE_2D, 1, &id); in createTexture()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp142 gl.createTextures(texture_targets[j], textures_count, textures_dsa[j]); in iterate()
6808 gl.createTextures(GL_TEXTURE_3D, 1, &texture); in iterate()
8457 gl.createTextures(NotATarget(), 1, &texture); in iterate()
8469 gl.createTextures(GL_TEXTURE_2D, -1, &texture); in iterate()
8593 gl.createTextures(GL_TEXTURE_BUFFER, 1, &texture_buffer); in iterate()
8596 gl.createTextures(GL_TEXTURE_1D, 1, &texture_1D); in iterate()
8746 gl.createTextures(GL_TEXTURE_BUFFER, 1, &texture_buffer); in iterate()
8749 gl.createTextures(GL_TEXTURE_1D, 1, &texture_1D); in iterate()
8988 gl.createTextures(GL_TEXTURE_1D, 1, &m_to_1D); in Prepare()
8992 gl.createTextures(GL_TEXTURE_1D_ARRAY, 1, &m_to_1D_array); in Prepare()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp316 void createTextures(void);
DesextcTextureBorderClampSamplingTexture.cpp232 createTextures(); in initTest()
257 void TextureBorderClampSamplingTexture<InputType, OutputType>::createTextures(void) in createTextures() function in glcts::TextureBorderClampSamplingTexture
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h205 void createTextures(GLenum target, GLsizei n, GLuint *textures); \
DContext_gl.cpp3051 void Context::createTextures(GLenum target, GLsizei n, GLuint *textures) in createTextures() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl137 glCreateTexturesFunc createTextures; variable
DglwInitGL45.inl105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwInitGL46.inl105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwInitExtGL.inl630 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwImpl.inl1060 gl->createTextures(target, n, textures);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp142 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL()
1833 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL()
2931 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL()
4620 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h641 PFNGLCREATETEXTURESPROC createTextures = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl137 gl->createTextures = glCreateTextures;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6498 context->createTextures(target, n, textures); in GL_CreateTextures()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl949 m_gl.createTextures(target, n, textures);