OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texImage3D
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/opengl/
gluPixelTransfer.cpp
87
void
texImage3D
(const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src)
100
gl.
texImage3D
(target, level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr());
/external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp
275
void GLContext::
texImage3D
(deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data)
Completed in 1076 milliseconds