Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h438 PFNGLUNIFORM2DPROC uniform2d = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl748 glUniform2dFunc uniform2d; variable
/external/angle/src/libANGLE/
DContext_gl.cpp2306 void Context::uniform2d(UniformLocation location, GLdouble x, GLdouble y) in uniform2d() function in gl::Context