HomeSort by relevance Sort by last modified time
    Searched refs:glUniform1f (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 601 #define glUniform1f GLES2_GET_FUN(Uniform1f)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 659 glUniform1f(lodLoc, lod);
    [all...]
es2fShaderStateQueryTests.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 120 void glUniform1f(GLint location, GLfloat x);
900 void glUniform1f(GLint location, GLfloat x)
903 ctx->glUniform1f(ctx, location, x);
    [all...]
GL2Encoder.cpp 95 OVERRIDE(glUniform1f);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 145 gl->uniform1f = glUniform1f;
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 703 GLES20.glUniform1f(muCRatioHandle, mCameraRatio);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 489 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 163 void glUniform1f (int location, float x);
sglrGLContext.cpp 718 m_wrapper->glUniform1f(location, v0);
  /external/mesa3d/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 1080 glUniform1f(location, x);
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 719 void GL_APIENTRY glUniform1f(GLint location, GLfloat x) {
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp     [all...]
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 783 case glu::TYPE_FLOAT: glUniform1f(location, val[0]); break;
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 941 GLU_CHECK_CALL(glUniform1f(depthLoc, depthLevels[level]));
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 145 void glUniform1f (glw::GLint location, glw::GLfloat v0);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl 145 #define glUniform1f glwUniform1f
    [all...]

Completed in 88 milliseconds

12 3