Home
last modified time | relevance | path

Searched refs:glUniform2f (Results 1 – 25 of 63) sorted by relevance

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl121 { "glUniform2f", (deFunctionPtr)glUniform2f },
DegluStaticES30Library.inl204 { "glUniform2f", (deFunctionPtr)glUniform2f },
DegluStaticES31Library.inl266 { "glUniform2f", (deFunctionPtr)glUniform2f },
DegluStaticES32Library.inl310 { "glUniform2f", (deFunctionPtr)glUniform2f },
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java268 GLES20.glUniform2f(xUnitLoc,
280 GLES20.glUniform2f(xUnitLoc,
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp107 M(glUniform2f) in egl_get_gl_proc()
/external/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp107 M(glUniform2f) in egl_get_gl_proc()
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp488 glUniform2f(-1, 0.0f, 0.0f); in init()
514 glUniform2f(vUnif, 0.0f, 0.0f); in init()
545 glUniform2f(-2, 0.0f, 0.0f); in init()
555 glUniform2f(-1, 0.0f, 0.0f); in init()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def118 glUniform2f @116
DlibGLESv2.lds119 glUniform2f;
DlibGLESv2.hpp190 void (*glUniform2f)(GLint location, GLfloat x, GLfloat y); member in LibGLESv2exports
/external/mesa3d/src/mapi/es2api/
DABI-check341 glUniform2f
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl121 gl->uniform2f = &glUniform2f;
DglwInitES30Direct.inl204 gl->uniform2f = &glUniform2f;
DglwInitES20.inl121 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitES31Direct.inl266 gl->uniform2f = &glUniform2f;
DglwInitES32Direct.inl310 gl->uniform2f = &glUniform2f;
DglwInitES30.inl204 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL31.inl213 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL30.inl202 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp761 glUniform2f(-1, 0.0f, 0.0f); in init()
790 glUniform2f(vec4_v, 0.0f, 0.0f); in init()
825 glUniform2f(-2, 0.0f, 0.0f); in init()
835 glUniform2f(-1, 0.0f, 0.0f); in init()
/external/deqp/doc/
DGLES2 Negative API Functions.txt142 o glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp989 ctx.glUniform2f(-1, 0.0f, 0.0f); in uniformf_invalid_program()
1019 ctx.glUniform2f(vec4_v, 0.0f, 0.0f); in uniformf_incompatible_type()
1055 ctx.glUniform2f(-2, 0.0f, 0.0f); in uniformf_invalid_location()
1065 ctx.glUniform2f(-1, 0.0f, 0.0f); in uniformf_invalid_location()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp167 void glUniform2f (int location, float x, float y);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);

123