Home
last modified time | relevance | path

Searched refs:GLIsTexture (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h927 GLIsTexture, enumerator
Dentry_points_enum_autogen.cpp1839 case EntryPoint::GLIsTexture: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2414 EVENT(context, GLIsTexture, "context = %d, texture = %u", CID(context), texture); in GL_IsTexture()
2423 ValidateIsTexture(context, angle::EntryPoint::GLIsTexture, texturePacked)); in GL_IsTexture()
2430 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture()
2437 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp7881 EVENT(context, GLIsTexture, "context = %d, texture = %u", CID(context), texture); in GL_IsTexture()
7890 ValidateIsTexture(context, angle::EntryPoint::GLIsTexture, texturePacked)); in GL_IsTexture()
7897 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture()
7904 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp2013 return CallCapture(angle::EntryPoint::GLIsTexture, std::move(paramBuffer)); in CaptureIsTexture()
Dframe_capture_replay_autogen.cpp1804 case angle::EntryPoint::GLIsTexture: in ReplayCall()