Searched refs:glUniform2f (Results 1 - 25 of 41) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl119 { "glUniform2f", (deFunctionPtr)glUniform2f },
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc439 glUniform2f(info->half_size_handle, width / 2.0f, height / 2.0f);
441 glUniform2f(info->half_size_handle, 0.5f, 0.5f);
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp153 } else if (0 == strcmp("glUniform2f", name)) {
154 return (GrGLFuncPtr) glUniform2f;
347 } else if (0 == strcmp("glUniform2f", name)) {
348 return (GrGLFuncPtr) glUniform2f;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl119 gl->uniform2f = &glUniform2f;
H A DglwInitES30Direct.inl119 gl->uniform2f = &glUniform2f;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_depth_texture_unittest.cc130 glUniform2f(resolution_loc, kResolution, kResolution);
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc101 functions->fUniform2f = glUniform2f;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeShaderApiTests.cpp486 glUniform2f(-1, 0.0f, 0.0f);
512 glUniform2f(vUnif, 0.0f, 0.0f);
543 glUniform2f(-2, 0.0f, 0.0f);
553 glUniform2f(-1, 0.0f, 0.0f);
H A Des2fShaderStateQueryTests.cpp1801 glUniform2f(location, 1.0f, 2.0f);
1939 glUniform2f(location, 1.0f, 0.1f);
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp98 functions->fUniform2f = glUniform2f;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h134 #define glUniform2f GLES2_GET_FUN(Uniform2f) macro
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp127 functions->fUniform2f = glUniform2f;
/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp756 glUniform2f(-1, 0.0f, 0.0f);
785 glUniform2f(vec4_v, 0.0f, 0.0f);
820 glUniform2f(-2, 0.0f, 0.0f);
830 glUniform2f(-1, 0.0f, 0.0f);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp787 ctx.glUniform2f(-1, 0.0f, 0.0f);
817 ctx.glUniform2f(vec4_v, 0.0f, 0.0f);
853 ctx.glUniform2f(-2, 0.0f, 0.0f);
863 ctx.glUniform2f(-1, 0.0f, 0.0f);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h605 #define glUniform2f GLES2_GET_FUN(Uniform2f) macro
754 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl146 gl->uniform2f = glUniform2f;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h493 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp167 void glUniform2f (int location, float x, float y);
/external/mesa3d/include/GLES2/
H A Dgl2.h589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1114 glUniform2f(location, x, y);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c737 void GL_APIENTRY glUniform2f(GLint location, GLfloat x, GLfloat y) { function
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h1386 "glUniform2f", reinterpret_cast<GLES2FunctionPointer>(glUniform2f),
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h922 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);

Completed in 476 milliseconds

12