Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2291 gl.uniform3dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2389 gl.uniform3dv(m_po_sampler_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2510 gl.uniform3dv(uniform_location, 2, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2649 gl.uniform3dv(invalid_uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2739 gl.uniform3dv(m_po_dvec3_arr_uniform_location, -1, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount()
2889 gl.uniform3dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3008 gl.uniform3dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3090 gl.uniform3dv(uniform_location, 1, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3183 gl.uniform3dv(m_po_dvec3_uniform_location, 1, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()
6690 …gl.uniform3dv(stage_ptr->uniforms.uniform_location_dvec3, 1 /* count */, stage_ptr->uniforms.unifo… in initUniformValues()
[all …]
Dgl4cShadingLanguage420PackTests.cpp703 result = gl.uniform3dv; in getUniformNdv()
Dgl4cEnhancedLayoutsTests.cpp817 result = gl.uniform3dv; in getUniformNdv()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h41 void uniform3dv(UniformLocation locationPacked, GLsizei count, const GLdouble *value); \
DContext_gl.cpp2321 void Context::uniform3dv(UniformLocation location, GLsizei count, const GLdouble *value) in uniform3dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl757 glUniform3dvFunc uniform3dv; variable
DglwInitGL40.inl289 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwInitGL41.inl363 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwInitGL42.inl375 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwInitGL43.inl414 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwInitGL44.inl423 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwInitGL45.inl524 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwInitGL46.inl528 gl->uniform3dv = (glUniform3dvFunc) loader->get("glUniform3dv");
DglwImpl.inl6020 gl->uniform3dv(location, count, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp317 ASSIGN("glUniform3dv", uniform3dv); in initProcsDesktopGL()
1623 ASSIGN("glUniform3dv", uniform3dv); in initProcsDesktopGL()
3105 uniform3dv = &glUniform3dvNULL; in initProcsDesktopGLNULL()
4410 uniform3dv = &glUniform3dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h441 PFNGLUNIFORM3DVPROC uniform3dv = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl757 gl->uniform3dv = glUniform3dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp909 context->uniform3dv(locationPacked, count, value); in GL_Uniform3dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5503 m_gl.uniform3dv(location, count, value);