Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h615 PFNGLCLEARTEXSUBIMAGEPROC clearTexSubImage = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl76 glClearTexSubImageFunc clearTexSubImage; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp10025 void Context::clearTexSubImage(TextureID texturePacked, in clearTexSubImage() function in gl::Context