HomeSort by relevance Sort by last modified time
    Searched refs:glUniform2f (Results 1 - 25 of 46) sorted by null

1 2

  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
BlurMeshNode.cpp 40 glUniform2f(scaleUniformHandle, 1.0f / mWidth, 0);
50 glUniform2f(scaleUniformHandle, 0, 1.0f / mHeight);
  /cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/
ShaderPerfRenderer.cpp 160 glUniform2f(mSeedUniformHandle, GOLDEN_RATIO - 2.0f, GOLDEN_RATIO - 1.0f);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 126 {"glUniform2f", (void*)glUniform2f},
gl2_client_context.h 126 glUniform2f_client_proc_t glUniform2f;
gl2_client_context.cpp 128 glUniform2f = (glUniform2f_client_proc_t) getProc("glUniform2f", userData);
gl2_entry.cpp 124 void glUniform2f(GLint location, GLfloat x, GLfloat y);
924 void glUniform2f(GLint location, GLfloat x, GLfloat y)
927 ctx->glUniform2f(ctx, location, x, y);
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 119 { "glUniform2f", (deFunctionPtr)glUniform2f },
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.cc 439 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/
GrGLCreateNativeInterface_android.cpp 153 } 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/
glwInitES20Direct.inl 119 gl->uniform2f = &glUniform2f;
glwInitES30Direct.inl 119 gl->uniform2f = &glUniform2f;
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 130 glUniform2f(resolution_loc, kResolution, kResolution);
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 101 functions->fUniform2f = glUniform2f;
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 486 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);
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 134 #define glUniform2f GLES2_GET_FUN(Uniform2f)
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 756 glUniform2f(-1, 0.0f, 0.0f);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 787 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);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 605 #define glUniform2f GLES2_GET_FUN(Uniform2f)
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 146 gl->uniform2f = glUniform2f;
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 493 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 167 void glUniform2f (int location, float x, float y);
  /external/mesa3d/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);

Completed in 67 milliseconds

1 2