Home
last modified time | relevance | path

Searched refs:getUniformfv (Results 1 – 25 of 71) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp1485 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]); in setAndCompareUniforms()
1486 gl.getUniformfv(programB, locationB[i], (float*)&retValB[0]); in setAndCompareUniforms()
1551 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]); in setAndCompareUniforms()
1552 gl.getUniformfv(programB, locationB[i], (float*)&retValB[0]); in setAndCompareUniforms()
1627 gl.getUniformfv(activeProgram, location[i], (float*)&retVal[0]); in setAndCompareUniforms()
1743 gl.getUniformfv(programA, locationA[i], retValA); in setAndCompareMatrixUniforms()
1744 gl.getUniformfv(programB, locationB[i], retValB); in setAndCompareMatrixUniforms()
1797 gl.getUniformfv(programA, locationA[i], retValA); in setAndCompareMatrixUniforms()
1798 gl.getUniformfv(programB, locationB[i], retValB); in setAndCompareMatrixUniforms()
1863 gl.getUniformfv(activeProgram, location[i], retVal); in setAndCompareMatrixUniforms()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramImpl_mock.h61 MOCK_CONST_METHOD3(getUniformfv, void(const gl::Context *, GLint, GLfloat *));
DProgramImpl.h140 virtual void getUniformfv(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramImpl_mock.h65 MOCK_CONST_METHOD3(getUniformfv, void(const gl::Context *, GLint, GLfloat *));
DProgramImpl.h141 virtual void getUniformfv(const gl::Context *context,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DProgramNULL.h85 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
DProgramNULL.cpp124 void ProgramNULL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DProgramNULL.h86 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
DProgramNULL.cpp125 void ProgramNULL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h101 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
DProgramGL.cpp1063 void ProgramGL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramGL
1065 mFunctions->getUniformfv(mProgramID, uniLoc(location), params); in getUniformfv()
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl160 dst->getUniformfv = src.getUniformfv;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h101 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
DProgramGL.cpp1140 void ProgramGL::getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const in getUniformfv() function in rx::ProgramGL
1142 mFunctions->getUniformfv(mProgramID, uniLoc(location), params); in getUniformfv()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl81 gl->getUniformfv = &glGetUniformfv;
DglwInitES30Direct.inl136 gl->getUniformfv = &glGetUniformfv;
DglwInitES20.inl81 gl->getUniformfv = (glGetUniformfvFunc) loader->get("glGetUniformfv");
DglwInitES31Direct.inl160 gl->getUniformfv = &glGetUniformfv;
DglwInitES32Direct.inl185 gl->getUniformfv = &glGetUniformfv;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h102 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProgramMtl.h128 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h97 void getUniformfv(const gl::Context *context, GLint location, GLfloat *params) const override;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h171 bool getUniformfv(GLint location, GLsizei *bufSize, GLfloat *params);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h105 void getUniformfv(GLuint program, GLint location, GLfloat *params); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h109 void getUniformfv(ShaderProgramID programPacked, UniformLocation locationPacked, \

123