Searched refs:GLIsTexture (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 919 GLIsTexture, enumerator
|
D | entry_points_enum_autogen.cpp | 1823 case EntryPoint::GLIsTexture: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 2312 EVENT(context, GLIsTexture, "context = %d, texture = %u", CID(context), texture); in GL_IsTexture() 2326 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture() 2333 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 7532 EVENT(context, GLIsTexture, "context = %d, texture = %u", CID(context), texture); in GL_IsTexture() 7546 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture() 7553 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsTexture, GLboolean>(); in GL_IsTexture()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_2_0_autogen.cpp | 2013 return CallCapture(angle::EntryPoint::GLIsTexture, std::move(paramBuffer)); in CaptureIsTexture()
|
D | frame_capture_replay_autogen.cpp | 1796 case angle::EntryPoint::GLIsTexture: in ReplayCall()
|