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

1 2 3 4

  /external/deqp/framework/egl/
egluStaticES30Library.inl 165 { "glProgramBinary", (deFunctionPtr)glProgramBinary },
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 119 FIND_PROC(glProgramBinary);
225 !glProgramBinary ||
337 GL_APICALL void (* GL_APIENTRY glProgramBinary) (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
gl3stub.h     [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 120 FIND_PROC( glProgramBinary );
162 || !glResumeTransformFeedback || !glGetProgramBinary || !glProgramBinary
480 GL_APICALL void (* GL_APIENTRY glProgramBinary)( GLuint program,
gl3stub.h     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 165 gl->programBinary = &glProgramBinary;
glwInitES31Direct.inl 192 gl->programBinary = &glProgramBinary;
glwInitES32Direct.inl 227 gl->programBinary = &glProgramBinary;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 104 void glProgramBinary ( GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 291 void glProgramBinary (deUint32 program, deUint32 binaryFormat, const void* binary, int length);
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 631 #undef glProgramBinary
wrap_gles.h     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 388 gl->programBinary = glProgramBinary;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 420 ES3F_ADD_API_CASE(program_binary, "Invalid glProgramBinary() usage",
445 glProgramBinary (dummyShader, binaryFormat, &binaryBuf[0], binaryLength);
450 glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength);
    [all...]
es3fShaderApiTests.cpp 1175 glProgramBinary(program, binary.format, &binary.data[0], (GLsizei)binary.data.size());
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]

Completed in 111 milliseconds

1 2 3 4