/external/deqp/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 304 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 …]
|
D | glcKHRDebugTests.cpp | 1067 gl->createTextures(GL_TEXTURE_2D, 1, &id); in createTexture()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 142 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/ |
D | esextcTextureBorderClampSamplingTexture.hpp | 316 void createTextures(void);
|
D | esextcTextureBorderClampSamplingTexture.cpp | 232 createTextures(); in initTest() 257 void TextureBorderClampSamplingTexture<InputType, OutputType>::createTextures(void) in createTextures() function in glcts::TextureBorderClampSamplingTexture
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 205 void createTextures(GLenum target, GLsizei n, GLuint *textures); \
|
D | Context_gl.cpp | 3051 void Context::createTextures(GLenum target, GLsizei n, GLuint *textures) in createTextures() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 137 glCreateTexturesFunc createTextures; variable
|
D | glwInitGL45.inl | 105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
|
D | glwInitGL46.inl | 105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
|
D | glwInitExtGL.inl | 630 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
|
D | glwImpl.inl | 1060 gl->createTextures(target, n, textures);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 142 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL() 1833 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL() 2931 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL() 4620 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 641 PFNGLCREATETEXTURESPROC createTextures = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 137 gl->createTextures = glCreateTextures;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6498 context->createTextures(target, n, textures); in GL_CreateTextures()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 949 m_gl.createTextures(target, n, textures);
|