Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2288 gl.uniform2dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2386 gl.uniform2dv(m_po_sampler_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2507 gl.uniform2dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2646 gl.uniform2dv(invalid_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2736 gl.uniform2dv(m_po_dvec2_arr_uniform_location, -1, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount()
2886 gl.uniform2dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3002 gl.uniform2dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3084 gl.uniform2dv(uniform_location, 1, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3177 gl.uniform2dv(m_po_dvec2_uniform_location, 1, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()
6679 …gl.uniform2dv(stage_ptr->uniforms.uniform_location_dvec2, 1 /* count */, stage_ptr->uniforms.unifo… in initUniformValues()
[all …]
Dgl4cShadingLanguage420PackTests.cpp700 result = gl.uniform2dv; in getUniformNdv()
Dgl4cEnhancedLayoutsTests.cpp814 result = gl.uniform2dv; in getUniformNdv()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h39 void uniform2dv(UniformLocation locationPacked, GLsizei count, const GLdouble *value); \
DContext_gl.cpp2311 void Context::uniform2dv(UniformLocation location, GLsizei count, const GLdouble *value) in uniform2dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl749 glUniform2dvFunc uniform2dv; variable
DglwInitGL40.inl281 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwInitGL41.inl355 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwInitGL42.inl367 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwInitGL44.inl415 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwInitGL43.inl406 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwInitGL45.inl516 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwInitGL46.inl520 gl->uniform2dv = (glUniform2dvFunc) loader->get("glUniform2dv");
DglwImpl.inl5956 gl->uniform2dv(location, count, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp315 ASSIGN("glUniform2dv", uniform2dv); in initProcsDesktopGL()
1621 ASSIGN("glUniform2dv", uniform2dv); in initProcsDesktopGL()
3103 uniform2dv = &glUniform2dvNULL; in initProcsDesktopGLNULL()
4408 uniform2dv = &glUniform2dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h439 PFNGLUNIFORM2DVPROC uniform2dv = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl749 gl->uniform2dv = glUniform2dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp860 context->uniform2dv(locationPacked, count, value); in GL_Uniform2dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5447 m_gl.uniform2dv(location, count, value);