update GL interface codegen
Tested by: cd tools/gpu/gl/interface/ go run *.go --in_table "./interface.json5" -out_dir "../../../../src/gpu/gl/" Cq-Include-Trybots: skia.primary:Housekeeper-PerCommit-CheckGeneratedFiles Change-Id: I1fee1263e321580c0e8c4e41d345fc856ef2a4e7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/210128 Commit-Queue: Mike Klein <mtklein@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
9585947933
commit
fb80e52c73
@ -15,9 +15,9 @@ const ASSEMBLE_INTERFACE_GL_ES = `/*
|
||||
* be overwritten.
|
||||
*/
|
||||
|
||||
#include "gl/GrGLAssembleInterface.h"
|
||||
#include "gl/GrGLAssembleHelpers.h"
|
||||
#include "gl/GrGLUtil.h"
|
||||
#include "include/gpu/gl/GrGLAssembleHelpers.h"
|
||||
#include "include/gpu/gl/GrGLAssembleInterface.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
|
||||
#define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F)
|
||||
#define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S)
|
||||
@ -92,9 +92,9 @@ const ASSEMBLE_INTERFACE_GL = `/*
|
||||
* be overwritten.
|
||||
*/
|
||||
|
||||
#include "gl/GrGLAssembleInterface.h"
|
||||
#include "gl/GrGLAssembleHelpers.h"
|
||||
#include "gl/GrGLUtil.h"
|
||||
#include "include/gpu/gl/GrGLAssembleHelpers.h"
|
||||
#include "include/gpu/gl/GrGLAssembleInterface.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
|
||||
#define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F)
|
||||
#define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S)
|
||||
@ -159,9 +159,9 @@ const ASSEMBLE_INTERFACE_WEBGL = `/*
|
||||
* be overwritten.
|
||||
*/
|
||||
|
||||
#include "gl/GrGLAssembleInterface.h"
|
||||
#include "gl/GrGLAssembleHelpers.h"
|
||||
#include "gl/GrGLUtil.h"
|
||||
#include "include/gpu/gl/GrGLAssembleHelpers.h"
|
||||
#include "include/gpu/gl/GrGLAssembleInterface.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
|
||||
#define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F)
|
||||
#define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S)
|
||||
@ -224,9 +224,9 @@ const VALIDATE_INTERFACE = `/*
|
||||
* be overwritten.
|
||||
*/
|
||||
|
||||
#include "gl/GrGLInterface.h"
|
||||
#include "gl/GrGLExtensions.h"
|
||||
#include "gl/GrGLUtil.h"
|
||||
#include "include/gpu/gl/GrGLExtensions.h"
|
||||
#include "include/gpu/gl/GrGLInterface.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user