Home
last modified time | relevance | path

Searched refs:glUniform3f (Results 1 – 25 of 60) sorted by relevance

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl125 { "glUniform3f", (deFunctionPtr)glUniform3f },
DegluStaticES30Library.inl210 { "glUniform3f", (deFunctionPtr)glUniform3f },
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp256glUniform3f(glGetUniformLocation(program.getProgram(), "u_scale"), scale.x(), scale.y(), scale.z()… in iterate()
257 glUniform3f(glGetUniformLocation(program.getProgram(), "u_bias"), bias.x(), bias.y(), bias.z()); in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp250glUniform3f(glGetUniformLocation(program.getProgram(), "u_scale"), scale.x(), scale.y(), scale.z()… in iterate()
251 glUniform3f(glGetUniformLocation(program.getProgram(), "u_bias"), bias.x(), bias.y(), bias.z()); in iterate()
/external/mesa3d/src/mapi/es2api/
DABI-check218 glUniform3f
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def122 glUniform3f @120
Dexports.map123 glUniform3f;
DlibGLESv2.hpp193 void (*glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z); member in LibGLESv2exports
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp490 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
516 glUniform3f(vUnif, 0.0f, 0.0f, 0.0f); in init()
547 glUniform3f(-2, 0.0f, 0.0f, 0.0f); in init()
557 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
Des2fShaderStateQueryTests.cpp1805 glUniform3f(location, 1.0f, 2.0f, 3.0f); in test()
1943 glUniform3f(location, 0.0f, 0.1f, -0.1f); in test()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp168 return (GrGLFuncPtr) glUniform3f; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl125 gl->uniform3f = &glUniform3f;
DglwInitES30Direct.inl210 gl->uniform3f = &glUniform3f;
DglwInitES20.inl125 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitES31Direct.inl272 gl->uniform3f = &glUniform3f;
DglwInitES32Direct.inl316 gl->uniform3f = &glUniform3f;
DglwInitES30.inl210 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitGL30.inl208 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitGL31.inl219 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitGL32.inl237 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp763 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
792 glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in init()
827 glUniform3f(-2, 0.0f, 0.0f, 0.0f); in init()
837 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
/external/deqp/doc/
DGLES2 Negative API Functions.txt146 o glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp991 ctx.glUniform3f(-1, 0.0f, 0.0f, 0.0f); in uniformf_invalid_program()
1021 ctx.glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type()
1057 ctx.glUniform3f(-2, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location()
1067 ctx.glUniform3f(-1, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp171 void glUniform3f (int location, float x, float y, float z);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);

123