Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h442 PFNGLUNIFORM4DPROC uniform4d = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl764 glUniform4dFunc uniform4d; variable
/external/angle/src/libANGLE/
DContext_gl.cpp2326 void Context::uniform4d(UniformLocation location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in uniform4d() function in gl::Context