HomeSort by relevance Sort by last modified time
    Searched refs:glBlendBarrier (Results 1 - 13 of 13) sorted by null

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES32.spec 1 void glBlendBarrier ( void )
  /frameworks/base/opengl/java/android/opengl/
GLES32.java 242 // C function void glBlendBarrier ( void )
244 public static native void glBlendBarrier(
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 24 gl->blendBarrier = &glBlendBarrier;
glwApi.inl 35 #define glBlendBarrier glwBlendBarrier
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 54 #undef glBlendBarrier
wrap_gles.h 54 #define glBlendBarrier wrap_glBlendBarrier
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 35 gl->blendBarrier = glBlendBarrier;
    [all...]
tcuNullRenderContextFuncs.inl 227 GLW_APICALL void GLW_APIENTRY glBlendBarrier (void)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES32.cpp 443 /* void glBlendBarrier ( void ) */
447 glBlendBarrier();
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 35 void glBlendBarrier (void);
    [all...]
gluCallLogWrapper.inl 210 void CallLogWrapper::glBlendBarrier (void)
213 m_log << TestLog::Message << "glBlendBarrier(" << ");" << TestLog::EndMessage;
    [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl32.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl32.h     [all...]

Completed in 168 milliseconds