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

1 2 3 4 5 6 7 8 9

  /frameworks/native/cmds/flatland/
GLHelper.h 47 bool setUp(const ShaderDesc* shaderDescs, size_t numShaders);
75 bool setUpShaders(const ShaderDesc* shaderDescs, size_t numShaders);
GLHelper.cpp 39 bool GLHelper::setUp(const ShaderDesc* shaderDescs, size_t numShaders) {
95 resultb = setUpShaders(shaderDescs, numShaders);
406 bool GLHelper::setUpShaders(const ShaderDesc* shaderDescs, size_t numShaders) {
407 mShaderPrograms = new GLuint[numShaders];
410 for (size_t i = 0; i < numShaders && result; i++) {
431 mNumShaders = numShaders;
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 445 static void logShaderProgram (tcu::TestLog& log, const ProgramInfo& programInfo, size_t numShaders, const ShaderInfo* const* shaderInfos)
450 for (size_t shaderNdx = 0; shaderNdx < numShaders; ++shaderNdx)
479 for (size_t shaderNdx = 0; shaderNdx < numShaders; ++shaderNdx)
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 623 GLsizei numShaders = 0;
626 gl().getAttachedShaders(program, shadersLen, &numShaders, shaders);
631 for (int ndx = 0; ndx < de::min<GLsizei>(shadersLen, numShaders); ++ndx)
    [all...]
  /development/ndk/platforms/android-9/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 9