Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h438 PFNGLUNIFORM2DPROC uniform2d = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl752 glUniform2dFunc uniform2d; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp2301 void Context::uniform2d(UniformLocation location, GLdouble x, GLdouble y) in uniform2d() function in gl::Context