Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h709 PFNGLTEXTURESTORAGE1DPROC textureStorage1D = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl720 glTextureStorage1DFunc textureStorage1D; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp3522 void Context::textureStorage1D(TextureID texture, in textureStorage1D() function in gl::Context