Home
last modified time | relevance | path

Searched refs:uniform4dv (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2294 gl.uniform4dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2392 gl.uniform4dv(m_po_sampler_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2513 gl.uniform4dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2652 gl.uniform4dv(invalid_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2742 gl.uniform4dv(m_po_dvec4_arr_uniform_location, -1, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount()
2892 gl.uniform4dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3014 gl.uniform4dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3096 gl.uniform4dv(uniform_location, 1, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3189 gl.uniform4dv(m_po_dvec4_uniform_location, 1, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()
6701 …gl.uniform4dv(stage_ptr->uniforms.uniform_location_dvec4, 1 /* count */, stage_ptr->uniforms.unifo… in initUniformValues()
[all …]
Dgl4cShadingLanguage420PackTests.cpp706 result = gl.uniform4dv; in getUniformNdv()
Dgl4cEnhancedLayoutsTests.cpp820 result = gl.uniform4dv; in getUniformNdv()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h44 void uniform4dv(UniformLocation locationPacked, GLsizei count, const GLdouble *value); \
DContext_gl.cpp2331 void Context::uniform4dv(UniformLocation location, GLsizei count, const GLdouble *value) in uniform4dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl765 glUniform4dvFunc uniform4dv; variable
DglwInitGL40.inl297 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwInitGL41.inl371 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwInitGL42.inl383 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwInitGL44.inl431 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwInitGL43.inl422 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwInitGL45.inl532 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwInitGL46.inl536 gl->uniform4dv = (glUniform4dvFunc) loader->get("glUniform4dv");
DglwImpl.inl6084 gl->uniform4dv(location, count, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp319 ASSIGN("glUniform4dv", uniform4dv); in initProcsDesktopGL()
1625 ASSIGN("glUniform4dv", uniform4dv); in initProcsDesktopGL()
3107 uniform4dv = &glUniform4dvNULL; in initProcsDesktopGLNULL()
4412 uniform4dv = &glUniform4dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h443 PFNGLUNIFORM4DVPROC uniform4dv = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl765 gl->uniform4dv = glUniform4dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp958 context->uniform4dv(locationPacked, count, value); in GL_Uniform4dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5559 m_gl.uniform4dv(location, count, value);