/external/deqp/modules/gles3/functional/ |
D | es3fShaderMetamorphicTests.cpp | 139 gl.uniform2f(uniformLoc, 0.0f, 1.0f); in render() 143 gl.uniform2f(uniformLoc, glw::GLfloat(img.getWidth()), glw::GLfloat(img.getHeight())); in render() 147 gl.uniform2f(uniformLoc, 0.0f, 0.0f); in render()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 364 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->scaleLocation, 1.0, 1.0)); in copySubImageToLUMAWorkaroundTexture() 365 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, 0.0, 0.0)); in copySubImageToLUMAWorkaroundTexture() 543 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->scaleLocation, texCoordScale.x(), in blitColorBufferWithShader() 545 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, texCoordOffset.x(), in blitColorBufferWithShader() 651 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->scaleLocation, scale.x(), scale.y())); in copySubTexture() 653 mFunctions->uniform2f(blitProgram->offsetLocation, offset.x(), offset.y())); in copySubTexture() 1077 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->scaleLocation, 1.0f, 1.0f)); in generateSRGBMipmap() 1078 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, 0.0f, 0.0f)); in generateSRGBMipmap()
|
D | DispatchTableGL_autogen.cpp | 557 ASSIGN("glUniform2fARB", uniform2f); in initProcsDesktopGL() 1363 ASSIGN("glUniform2f", uniform2f); in initProcsDesktopGL() 2393 ASSIGN("glUniform2f", uniform2f); in initProcsGLES() 3345 uniform2f = &glUniform2fNULL; in initProcsDesktopGLNULL() 4150 uniform2f = &glUniform2fNULL; in initProcsDesktopGLNULL() 5179 uniform2f = &glUniform2fNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 193 PFNGLUNIFORM2FPROC uniform2f = nullptr; variable
|
/external/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 737 gl->uniform2f(mCenterUniform, x + halfw, y + halfh); in drawWithTexture() 738 gl->uniform2f(mWindowSizeUniform, halfw, halfh); in drawWithTexture() 739 gl->uniform2f(mBorderSizeUniform, borderw, borderh); in drawWithTexture()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 121 gl->uniform2f = &glUniform2f;
|
D | glwInitES30Direct.inl | 204 gl->uniform2f = &glUniform2f;
|
D | glwInitES20.inl | 121 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitES31Direct.inl | 266 gl->uniform2f = &glUniform2f;
|
D | glwInitES32Direct.inl | 310 gl->uniform2f = &glUniform2f;
|
D | glwInitES30.inl | 204 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL31.inl | 213 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL30.inl | 202 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwFunctions.inl | 750 glUniform2fFunc uniform2f; variable
|
D | glwInitES31.inl | 266 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL32.inl | 231 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL33.inl | 250 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitES32.inl | 310 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL40.inl | 282 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL41.inl | 356 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL42.inl | 368 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 266 dst->uniform2f = src.uniform2f;
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 157 void uniform2f(UniformLocation locationPacked, GLfloat v0, GLfloat v1); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 159 fFunctions.fUniform2f = bind_to_member(this, &GrGLTestInterface::uniform2f); in GrGLTestInterface()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 750 gl->uniform2f = glUniform2f;
|