OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createTexture3D
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsSamplerObjectTest.cpp
405
GLuint TextureSamplerTest::
createTexture3D
(const glw::Functions& gl)
476
return
createTexture3D
(gl);
915
GLuint MultiTextureSamplerTest::
createTexture3D
(const glw::Functions& gl, int id)
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcLayoutLocationTests.cpp
122
ResultData
createTexture3D
(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format,
206
return
createTexture3D
<unsigned char>(gl, 4, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE);
248
return
createTexture3D
<int>(gl, 4, GL_RGBA32I, GL_RGBA_INTEGER, GL_INT);
272
return
createTexture3D
<unsigned int>(gl, 4, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT);
Completed in 1369 milliseconds