Home
last modified time | relevance | path

Searched defs:framebufferTexture3D (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h284 PFNGLFRAMEBUFFERTEXTURE3DPROC framebufferTexture3D = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl225 glFramebufferTexture3DFunc framebufferTexture3D; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4657 void Context::framebufferTexture3D(GLenum target, in framebufferTexture3D() function in gl::Context