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

1 2

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 317 public void setUniformValue(String uniformName, int value) {
319 int uniformHandle = getUniformLocation(uniformName);
321 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")");
324 public void setUniformValue(String uniformName, float value) {
326 int uniformHandle = getUniformLocation(uniformName);
328 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")");
331 public void setUniformValue(String uniformName, int[] values) {
332 ProgramUniform uniform = getProgramUniform(uniformName, true);
354 + "for uniform '" + uniformName + "'!");
356 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 342 IGLProperty uniformName = new GLStringProperty(GLStateType.UNIFORM_NAME, "");
350 uniformName, uniformType, uniformSize, uniformValue);
  /external/mesa3d/src/mesa/main/
uniforms.c 768 GLchar *uniformName)
797 if (uniformName) {
798 _mesa_copy_string(uniformName, bufSize, length,
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 218 const std::string& uniformName);
265 const std::string& uniformName)
270 , m_uniformName (uniformName)
594 const std::string& uniformName);
631 const std::string& uniformName)
641 , m_uniformName (uniformName)
    [all...]
es31fSeparateShaderTests.cpp 1027 const string& uniformName,
    [all...]
es31fNegativeStateApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 665 const GLchar* uniformName = "Block.blockVar";
673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);
    [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp     [all...]
gl_core_3_1.hpp     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]
gluCallLogWrapperApi.inl 199 void glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl 199 typedef GLW_APICALL void (GLW_APIENTRY* glGetActiveUniformNameFunc) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
    [all...]
glwImpl.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]

Completed in 2398 milliseconds

1 2