Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h440 PFNGLUNIFORM3DPROC uniform3d = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl760 glUniform3dFunc uniform3d; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp2311 void Context::uniform3d(UniformLocation location, GLdouble x, GLdouble y, GLdouble z) in uniform3d() function in gl::Context