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

1 2

  /external/deqp/external/openglcts/modules/gles31/
es31cProgramInterfaceQueryTests.cpp 310 GL_UNIFORM,
    [all...]
es31cLayoutBindingTests.cpp     [all...]
es31cShaderAtomicCountersTests.cpp 471 glGetProgramResourceName(prog, GL_UNIFORM, uniform_index, sizeof(name), &length, name);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cProgramInterfaceQueryTests.cpp 375 GL_UNIFORM,
    [all...]
gl4cGPUShaderFP64Tests.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderProgramResource.cpp 354 checkIfResourceIsReferenced(m_program_object_id, GL_UNIFORM, "uni_model_view_projection");
356 checkIfResourceIsReferenced(m_program_object_id, GL_UNIFORM, "uni_colors_white");
398 gl.getProgramResourceIndex(m_program_object_id, GL_UNIFORM, "uni_atom_horizontal");
400 gl.getProgramResourceIndex(m_program_object_id, GL_UNIFORM, "uni_atom_vertical");
411 gl.getProgramResourceiv(m_program_object_id, GL_UNIFORM, atom_horizontal_uniform_indx, 1, /* propCount */
417 gl.getProgramResourceiv(m_program_object_id, GL_UNIFORM, atom_vertical_uniform_indx, 1, /* propCount */
434 << "Wrong value of property GL_REFERENCED_BY_GEOMETRY_SHADER_EXT for GL_UNIFORM"
509 << "Wrong value of property GL_REFERENCED_BY_GEOMETRY_SHADER_EXT for GL_UNIFORM"
  /external/mesa3d/src/mesa/main/
shader_query.cpp 438 case GL_UNIFORM:
472 case GL_UNIFORM:
594 case GL_UNIFORM:
712 case GL_UNIFORM:
852 case GL_UNIFORM:
1013 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname,
1025 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname,
    [all...]
program_resource.c 38 case GL_UNIFORM:
310 case GL_UNIFORM:
415 case GL_UNIFORM:
uniform_query.cpp 61 GL_UNIFORM, index);
69 _mesa_get_program_resource_name(shProg, GL_UNIFORM, index, maxLength,
142 if (!_mesa_program_resource_find_index(shProg, GL_UNIFORM,
150 res = _mesa_program_resource_find_index(shProg, GL_UNIFORM,
    [all...]
uniforms.c 1025 return _mesa_program_resource_location(shProg, GL_UNIFORM, name);
1036 return _mesa_program_resource_location(shProg, GL_UNIFORM, name);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProgramInterfaces.cpp 333 GL_UNIFORM, GL_UNIFORM_BLOCK, GL_ATOMIC_COUNTER_BUFFER, GL_SHADER_STORAGE_BLOCK,
363 case GL_UNIFORM:
  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp 98 if (programInterface == GL_UNIFORM)
gluStrUtil.inl     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 111 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_width");
113 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_height");
240 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_width");
242 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_height");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 178 const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "Input.values");
179 const InterfaceVariableInfo valueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_UNIFORM, valueIndex);
    [all...]
es31fProgramInterfaceQueryTests.cpp 151 GL_UNIFORM, // PROGRAMINTERFACE_UNIFORM
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fTessellationTests.cpp     [all...]
es31fProgramInterfaceQueryTestCase.cpp 62 return GL_UNIFORM;
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferActiveUniformValidation.cpp 343 gl.getProgramResourceiv(m_po_id, GL_UNIFORM, i /*index */, 1 /* parameters count */,
  /external/mesa3d/src/compiler/glsl/
serialize.cpp 791 case GL_UNIFORM:
882 case GL_UNIFORM:
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl31.h     [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl     [all...]

Completed in 1911 milliseconds

1 2