/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 121 { "glUniform2f", (deFunctionPtr)glUniform2f },
|
D | egluStaticES30Library.inl | 204 { "glUniform2f", (deFunctionPtr)glUniform2f },
|
D | egluStaticES31Library.inl | 266 { "glUniform2f", (deFunctionPtr)glUniform2f },
|
D | egluStaticES32Library.inl | 310 { "glUniform2f", (deFunctionPtr)glUniform2f },
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 268 GLES20.glUniform2f(xUnitLoc, 280 GLES20.glUniform2f(xUnitLoc,
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 107 M(glUniform2f) in egl_get_gl_proc()
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 107 M(glUniform2f) in egl_get_gl_proc()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 488 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/ |
D | libGLESv2.def | 118 glUniform2f @116
|
D | libGLESv2.lds | 119 glUniform2f;
|
D | libGLESv2.hpp | 190 void (*glUniform2f)(GLint location, GLfloat x, GLfloat y); member in LibGLESv2exports
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 341 glUniform2f
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 121 gl->uniform2f = &glUniform2f;
|
D | glwInitES30Direct.inl | 204 gl->uniform2f = &glUniform2f;
|
D | glwInitES20.inl | 121 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitES31Direct.inl | 266 gl->uniform2f = &glUniform2f;
|
D | glwInitES32Direct.inl | 310 gl->uniform2f = &glUniform2f;
|
D | glwInitES30.inl | 204 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL31.inl | 213 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL30.inl | 202 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 761 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/ |
D | GLES2 Negative API Functions.txt | 142 o glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 989 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/ |
D | sglrContextWrapper.hpp | 167 void glUniform2f (int location, float x, float y);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|