Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h442 PFNGLUNIFORM4DPROC uniform4d = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl768 glUniform4dFunc uniform4d; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp2321 void Context::uniform4d(UniformLocation location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in uniform4d() function in gl::Context