/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 123 { "glUniform3f", (deFunctionPtr)glUniform3f },
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 256 …glUniform3f(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/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 162 return (GrGLFuncPtr) glUniform3f; in android_get_gl_proc() 356 return (GrGLFuncPtr) glUniform3f; in android_get_gl_proc()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 249 …glUniform3f(glGetUniformLocation(program.getProgram(), "u_scale"), scale.x(), scale.y(), scale.z()… in iterate() 250 glUniform3f(glGetUniformLocation(program.getProgram(), "u_bias"), bias.x(), bias.y(), bias.z()); in iterate()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 122 glUniform3f @120
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 488 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init() 514 glUniform3f(vUnif, 0.0f, 0.0f, 0.0f); in init() 545 glUniform3f(-2, 0.0f, 0.0f, 0.0f); in init() 555 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
|
/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 105 functions->fUniform3f = glUniform3f; in CreateCommandBufferSkiaGLBinding()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 102 functions->fUniform3f = glUniform3f; in GrGLCreateNativeInterface()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 123 gl->uniform3f = &glUniform3f;
|
D | glwInitES30Direct.inl | 123 gl->uniform3f = &glUniform3f;
|
D | glwInitES20.inl | 123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
|
D | glwInitES30.inl | 123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
|
D | glwInitGL30.inl | 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 131 functions->fUniform3f = glUniform3f; in create_es_interface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 138 #define glUniform3f GLES2_GET_FUN(Uniform3f) macro
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 758 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init() 787 glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in init() 822 glUniform3f(-2, 0.0f, 0.0f, 0.0f); in init() 832 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 609 #define glUniform3f GLES2_GET_FUN(Uniform3f) macro 758 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 789 ctx.glUniform3f(-1, 0.0f, 0.0f, 0.0f); in uniformf_invalid_program() 819 ctx.glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 855 ctx.glUniform3f(-2, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location() 865 ctx.glUniform3f(-1, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 146 o glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 171 void glUniform3f (int location, float x, float y, float z);
|
/external/chromium_org/third_party/angle/include/GLES2/ |
D | gl2.h | 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
D | gl2.h | 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 147 gl->uniform3f = glUniform3f;
|
/external/chromium_org/third_party/khronos/GLES2/ |
D | gl2.h | 497 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|