Searched refs:GLTexEnvf (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 1379 GLTexEnvf, enumerator
|
D | entry_points_enum_autogen.cpp | 2743 case EntryPoint::GLTexEnvf: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1832 EVENT(context, GLTexEnvf, "context = %d, target = %s, pname = %s, param = %f", CID(context), in GL_TexEnvf() 1842 (context->skipValidation() || ValidateTexEnvf(context, angle::EntryPoint::GLTexEnvf, in GL_TexEnvf()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.cpp | 1435 return CallCapture(angle::EntryPoint::GLTexEnvf, std::move(paramBuffer)); in CaptureTexEnvf()
|
D | frame_capture_replay_autogen.cpp | 2731 case angle::EntryPoint::GLTexEnvf: in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 6293 EVENT(context, GLTexEnvf, "context = %d, target = %s, pname = %s, param = %f", CID(context), in GL_TexEnvf() 6303 (context->skipValidation() || ValidateTexEnvf(context, angle::EntryPoint::GLTexEnvf, in GL_TexEnvf()
|