/external/deqp/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 304 void createTextures(); 492 void BaseTest::createTextures() in createTextures() function in glcts::BaseTest 1306 createTextures(); in iterate() 1597 createTextures(); in iterate() 1655 createTextures(); in iterate() 1699 createTextures(); in iterate() 1794 createTextures(); in iterate() 1967 createTextures(); in iterate() 2119 createTextures(); in iterate() 2194 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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/ |
D | AdvancedFrameProcessorPixelTest.java | 65 public void createTextures() throws IOException { in createTextures() method in AdvancedFrameProcessorPixelTest
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 137 glCreateTexturesFunc createTextures; variable
|
D | glwInitGL46.inl | 105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
|
D | glwInitGL45.inl | 105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
|
D | glwInitExtGL.inl | 640 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
|
D | glwImpl.inl | 1060 gl->createTextures(target, n, textures);
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 190 void createTextures(GLenum target, GLsizei n, GLuint *textures); \
|
D | Context_gl.cpp | 2692 void Context::createTextures(GLenum target, GLsizei n, GLuint *textures) in createTextures() function in gl::Context
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 142 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL() 1853 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL() 2971 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL() 4680 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/libGLESv2/ |
D | entry_points_gl_4_autogen.cpp | 4128 context->createTextures(target, n, textures); in GL_CreateTextures()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 949 m_gl.createTextures(target, n, textures);
|