Home
last modified time | relevance | path

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

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl123 { "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/chromium_org/third_party/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp162 return (GrGLFuncPtr) glUniform3f; in android_get_gl_proc()
356 return (GrGLFuncPtr) glUniform3f; in android_get_gl_proc()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp249glUniform3f(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/
DlibGLESv2.def122 glUniform3f @120
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp488 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/
Dgl_bindings_skia_cmd_buffer.cc105 functions->fUniform3f = glUniform3f; in CreateCommandBufferSkiaGLBinding()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp102 functions->fUniform3f = glUniform3f; in GrGLCreateNativeInterface()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl123 gl->uniform3f = &glUniform3f;
DglwInitES30Direct.inl123 gl->uniform3f = &glUniform3f;
DglwInitES20.inl123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitES30.inl123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitGL30.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp131 functions->fUniform3f = glUniform3f; in create_es_interface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h138 #define glUniform3f GLES2_GET_FUN(Uniform3f) macro
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp758 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/
Dgl2.h609 #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/
Des31fNegativeShaderApiTests.cpp789 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/
DGLES2 Negative API Functions.txt146 o glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp171 void glUniform3f (int location, float x, float y, float z);
/external/chromium_org/third_party/angle/include/GLES2/
Dgl2.h592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/external/mesa3d/include/GLES2/
Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/external/chromium_org/third_party/mesa/src/include/GLES2/
Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl147 gl->uniform3f = glUniform3f;
/external/chromium_org/third_party/khronos/GLES2/
Dgl2.h497 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);

123