Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp304 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 …]
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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/
DAdvancedFrameProcessorPixelTest.java65 public void createTextures() throws IOException { in createTextures() method in AdvancedFrameProcessorPixelTest
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl137 glCreateTexturesFunc createTextures; variable
DglwInitGL46.inl105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwInitGL45.inl105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwInitExtGL.inl640 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwImpl.inl1060 gl->createTextures(target, n, textures);
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h190 void createTextures(GLenum target, GLsizei n, GLuint *textures); \
DContext_gl.cpp2692 void Context::createTextures(GLenum target, GLsizei n, GLuint *textures) in createTextures() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp142 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL()
1853 ASSIGN("glCreateTextures", createTextures); in initProcsDesktopGL()
2971 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL()
4680 createTextures = &glCreateTexturesNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h641 PFNGLCREATETEXTURESPROC createTextures = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl137 gl->createTextures = glCreateTextures;
/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.cpp4128 context->createTextures(target, n, textures); in GL_CreateTextures()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl949 m_gl.createTextures(target, n, textures);