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

1 2 3

  /external/mesa3d/src/mapi/es2api/
ABI-check 173 glProgramBinary
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 303 {"glProgramBinary", (void*)glProgramBinary},
gl2_client_context.h 334 glProgramBinary_client_proc_t glProgramBinary;
gl2_client_context.cpp 334 glProgramBinary = (glProgramBinary_client_proc_t) getProc("glProgramBinary", userData);
    [all...]
gl2_entry.cpp 329 void glProgramBinary(GLuint program, GLenum binaryFormat, const void* binary, GLsizei length);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 165 { "glProgramBinary", (deFunctionPtr)glProgramBinary },
  /prebuilts/ndk/r16/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/
gles_redefine.h     [all...]
gles_undefine.h 628 #undef glProgramBinary
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [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...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 557 gl->programBinary = glProgramBinary;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 529 ctx.glProgramBinary (dummyShader, binaryFormat, &binaryBuf[0], binaryLength);
534 ctx.glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 504 glProgramBinary(473, 473),
    [all...]
  /external/mesa3d/include/GLES3/
gl3.h     [all...]

Completed in 790 milliseconds

1 2 3